#C8EDED Color Information

Hex color code: #C8EDED

The hex color #C8EDED is a light cyan with RGB values of (200, 237, 237) and HSL of (180°, 51%, 86%). It is commonly used in modern UI design.

Try:
Color NamePale Turquoise
HEX
#C8EDED
RGB
200, 237, 237
HSL
180°, 51%, 86%
CMYK
16%, 0%, 0%, 7%

Shades

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

Generate Gradient

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

Preview in UI

Button

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

Badge

New Feature
.badge { background-color: #C8EDED; 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 #C8EDED; background-color: #C8EDED15; }

Alert / Toast

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

Link / Accent

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

a { color: #C8EDED; }

Related Colors

Complementary

Analogous

Triadic

Split Complementary

Tetradic

Monochromatic

Popular Colors

Common HEX Colors

Color Theory

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

Current Complementary Triadic Analogous

RGB, HSL and CMYK Values

RGB

200, 237, 237

Red: 200 / Green: 237 / Blue: 237

HSL

180°, 51%, 86%

Hue: 180° / Saturation: 51% / Lightness: 86%

CMYK

16%, 0%, 0%, 7%

Cyan: 16% / Magenta: 0% / Yellow: 0% / Key: 7%

What color is #C8EDED?

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

Color Shades

Complementary Colors

Color Palette

HEX to RGB

Convert #C8EDED to RGB:

rgb(200, 237, 237)HEX to RGB Converter →

HEX to HSL

Convert #C8EDED to HSL:

hsl(180, 51%, 86%)RGB to HSL Converter →

HEX to CMYK

Convert #C8EDED to CMYK:

cmyk(16%, 0%, 0%, 7%)Color Converter →

Color Meaning and Usage

#C8EDED is a soft cyan color with RGB values of 200, 237, 237 and HSL of 180°, 51%, 86%. This very light tint evokes purity and simplicity, making it suitable for a common choice for dashboards and SaaS products. Lighter variations like #FFFFFF create softer gradients.

The complementary color of #C8EDED is #EEC9C9, creating high-contrast pairings. For softer combinations, try analogous colors like #C9EEDB.

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

Contrast with #C8EDED

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

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

Need more control? Contrast Checker →

Frequently Asked Questions

What color is #C8EDED?

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

What is the RGB value of #C8EDED?

#C8EDED in RGB is (200, 237, 237) - 200 red, 237 green, and 237 blue.

How to use #C8EDED in CSS?

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

What colors go well with #C8EDED?

#EEC9C9 (complementary), #C9EEDB (analogous), and #8FDBDB (lighter shade) work well with #C8EDED.