#caeee9
a pale, vivid cyan · cool · closest name: white
RGB
202, 238, 233
HSL
172°, 51%, 86%
CMYK
15, 0, 2, 7
Luminance
0.7959
Every format
| HEX | #caeee9 |
| RGB | rgb(202, 238, 233) |
| HSL | hsl(172, 51%, 86%) |
| CMYK | cmyk(15%, 0%, 2%, 7%) |
| LAB | lab(91.5 -12.6 -1.5) |
| LCH | lch(91.5 12.7 186.7) |
| OKLCH | oklch(0.922 0.038 186.3) |
Copy-ready code
/* CSS */
color: #caeee9;
background-color: #caeee9;
/* Tailwind (arbitrary) */
class="text-[#caeee9] bg-[#caeee9]"
/* SCSS */
$brand: #caeee9;
/* SwiftUI */
Color(red: 0.792, green: 0.933, blue: 0.914)
/* Android */
Color.parseColor("#caeee9")Accessibility — WCAG contrast
Aa
#caeee9 on white: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#caeee9 on black: 16.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green93.3%
Blue91.4%
CMYK percentages
Cyan15.1%
Magenta0.0%
Yellow2.1%
Key (black)6.7%
Color previews
#caeee9 text on a black background
contrast 16.92:1
Card sample
#caeee9 text on a white background
contrast 1.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #caeee9;
Background color
Panel with #caeee9 background
background-color: #caeee9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #caeee9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 238, 233, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 238, 233, 0.45);
Border & gradient
Gradient panel
border: 3px solid #caeee9; background: linear-gradient(135deg, #caeee9, #CADBEE);