#caf2ed
a pale, vivid cyan · cool · closest name: white
RGB
202, 242, 237
HSL
173°, 61%, 87%
CMYK
17, 0, 2, 5
Luminance
0.8218
Every format
| HEX | #caf2ed |
| RGB | rgb(202, 242, 237) |
| HSL | hsl(173, 61%, 87%) |
| CMYK | cmyk(17%, 0%, 2%, 5%) |
| LAB | lab(92.7 -13.8 -1.9) |
| LCH | lch(92.7 13.9 187.8) |
| OKLCH | oklch(0.931 0.042 187.2) |
Copy-ready code
/* CSS */
color: #caf2ed;
background-color: #caf2ed;
/* Tailwind (arbitrary) */
class="text-[#caf2ed] bg-[#caf2ed]"
/* SCSS */
$brand: #caf2ed;
/* SwiftUI */
Color(red: 0.792, green: 0.949, blue: 0.929)
/* Android */
Color.parseColor("#caf2ed")Accessibility — WCAG contrast
Aa
#caf2ed on white: 1.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#caf2ed on black: 17.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green94.9%
Blue92.9%
CMYK percentages
Cyan16.5%
Magenta0.0%
Yellow2.1%
Key (black)5.1%
Color previews
#caf2ed text on a black background
contrast 17.44:1
Card sample
#caf2ed text on a white background
contrast 1.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #caf2ed;
Background color
Panel with #caf2ed background
background-color: #caf2ed;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #caf2ed;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 242, 237, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 242, 237, 0.45);
Border & gradient
Gradient panel
border: 3px solid #caf2ed; background: linear-gradient(135deg, #caf2ed, #CADCF2);