#ceeeee
a pale, vivid cyan · cool · closest name: white
RGB
206, 238, 238
HSL
180°, 49%, 87%
CMYK
13, 0, 0, 7
Luminance
0.8044
Every format
| HEX | #ceeeee |
| RGB | rgb(206, 238, 238) |
| HSL | hsl(180, 49%, 87%) |
| CMYK | cmyk(13%, 0%, 0%, 7%) |
| LAB | lab(91.9 -10.4 -3.5) |
| LCH | lch(91.9 10.9 198.7) |
| OKLCH | oklch(0.926 0.033 196.6) |
Copy-ready code
/* CSS */
color: #ceeeee;
background-color: #ceeeee;
/* Tailwind (arbitrary) */
class="text-[#ceeeee] bg-[#ceeeee]"
/* SCSS */
$brand: #ceeeee;
/* SwiftUI */
Color(red: 0.808, green: 0.933, blue: 0.933)
/* Android */
Color.parseColor("#ceeeee")Accessibility — WCAG contrast
Aa
#ceeeee on white: 1.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ceeeee on black: 17.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green93.3%
Blue93.3%
CMYK percentages
Cyan13.4%
Magenta0.0%
Yellow0.0%
Key (black)6.7%
Color previews
#ceeeee text on a black background
contrast 17.09:1
Card sample
#ceeeee text on a white background
contrast 1.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ceeeee;
Background color
Panel with #ceeeee background
background-color: #ceeeee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ceeeee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 238, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 238, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ceeeee; background: linear-gradient(135deg, #ceeeee, #CED9EE);