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