#c8eeee
a pale, vivid cyan · cool · closest name: white
RGB
200, 238, 238
HSL
180°, 53%, 86%
CMYK
16, 0, 0, 7
Luminance
0.7960
Every format
| HEX | #c8eeee |
| RGB | rgb(200, 238, 238) |
| HSL | hsl(180, 53%, 86%) |
| CMYK | cmyk(16%, 0%, 0%, 7%) |
| LAB | lab(91.5 -12.2 -4.1) |
| LCH | lch(91.5 12.9 198.6) |
| OKLCH | oklch(0.922 0.039 196.5) |
Copy-ready code
/* CSS */
color: #c8eeee;
background-color: #c8eeee;
/* Tailwind (arbitrary) */
class="text-[#c8eeee] bg-[#c8eeee]"
/* SCSS */
$brand: #c8eeee;
/* SwiftUI */
Color(red: 0.784, green: 0.933, blue: 0.933)
/* Android */
Color.parseColor("#c8eeee")Accessibility — WCAG contrast
Aa
#c8eeee on white: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c8eeee on black: 16.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.4%
Green93.3%
Blue93.3%
CMYK percentages
Cyan16.0%
Magenta0.0%
Yellow0.0%
Key (black)6.7%
Color previews
#c8eeee text on a black background
contrast 16.92:1
Card sample
#c8eeee text on a white background
contrast 1.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c8eeee;
Background color
Panel with #c8eeee background
background-color: #c8eeee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c8eeee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(200, 238, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(200, 238, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c8eeee; background: linear-gradient(135deg, #c8eeee, #C8D5EE);