#CCFFFF Color Information

Hex color code: #CCFFFF

A light cyan shade, #CCFFFF appears as (204, 255, 255) in RGB and (180°, 100%, 90%) in HSL. It is commonly used in modern UI design.

Try:
Color NameLight Cyan
HEX
#CCFFFF
RGB
204, 255, 255
HSL
180°, 100%, 90%
CMYK
20%, 0%, 0%, 0%

Shades

CSS Usage
color: #CCFFFF;
background-color: #CCFFFF;
border-color: #CCFFFF;
box-shadow: 0 0 10px #CCFFFF;
border: 2px solid #CCFFFF;
Tailwind Usage
bg-[#CCFFFF]
text-[#CCFFFF]
border-[#CCFFFF]
shadow-[0_0_10px_CCFFFF]

Generate Gradient

Gradient CSS
background: linear-gradient(90deg, #CCFFFF, #FF5733);

Preview in UI

Button

.btn-primary { background-color: #CCFFFF; color: #000000; }

Badge

New Feature
.badge { background-color: #CCFFFF; color: #000000; }

Text Highlight

The quick brown fox jumps over the lazy dog. highlighted text example shows how the color looks as a text highlight.

Card

Card Title

This card uses your color as a border accent.

.card-accent { border: 2px solid #CCFFFF; background-color: #CCFFFF15; }

Alert / Toast

This is an alert using your color as accent.
.alert { background-color: #CCFFFF20; border-left: 4px solid #CCFFFF; }

Link / Accent

This is a paragraph with a link using your color. The color can be applied to interactive elements.

a { color: #CCFFFF; }

Related Colors

Complementary

Analogous

Triadic

Split Complementary

Tetradic

Monochromatic

Popular Colors

Common HEX Colors

Color Theory

Relationships based on the position of #CCFFFF in the color wheel.

Current Complementary Triadic Analogous

RGB, HSL and CMYK Values

RGB

204, 255, 255

Red: 204 / Green: 255 / Blue: 255

HSL

180°, 100%, 90%

Hue: 180° / Saturation: 100% / Lightness: 90%

CMYK

20%, 0%, 0%, 0%

Cyan: 20% / Magenta: 0% / Yellow: 0% / Key: 0%

What color is #CCFFFF?

#CCFFFF is a very light tint associated with purity and simplicity.

Color Shades

Complementary Colors

Color Palette

HEX to RGB

Convert #CCFFFF to RGB:

rgb(204, 255, 255)HEX to RGB Converter →

HEX to HSL

Convert #CCFFFF to HSL:

hsl(180, 100%, 90%)RGB to HSL Converter →

HEX to CMYK

Convert #CCFFFF to CMYK:

cmyk(20%, 0%, 0%, 0%)Color Converter →

Color Meaning and Usage

#CCFFFF is a soft cyan color with RGB values of 204, 255, 255 and HSL of 180°, 100%, 90%. This very light tint evokes purity and simplicity, making it suitable for frequently seen in web interfaces. Lighter variations like #FFFFFF create softer gradients.

The complementary color of #CCFFFF is #FFCCCC, creating high-contrast pairings. For softer combinations, try analogous colors like #CCFFE6.

Use #CCFFFF in CSS: color: #CCFFFF or background-color: #CCFFFF. Create palettes with Color Palette Generator or check contrast with Contrast Checker.

Contrast with #CCFFFF

Sample text on this color - The quick brown fox jumps over the lazy dog.

Contrast Ratio: 19.32:1
WCAG AA: Pass
WCAG AAA: Pass

Need more control? Contrast Checker →

Frequently Asked Questions

What color is #CCFFFF?

#CCFFFF is a soft cyan color - a very light tint that evokes purity and simplicity.

What is the RGB value of #CCFFFF?

#CCFFFF in RGB is (204, 255, 255) - 204 red, 255 green, and 255 blue.

How to use #CCFFFF in CSS?

Use #CCFFFF directly in your CSS properties like color or background-color.

What colors go well with #CCFFFF?

#FFCCCC (complementary), #CCFFE6 (analogous), and #80FFFF (lighter shade) work well with #CCFFFF.