#caf3ed
a pale, vivid cyan · cool · closest name: white
RGB
202, 243, 237
HSL
171°, 63%, 87%
CMYK
17, 0, 3, 5
Luminance
0.8277
Every format
| HEX | #caf3ed |
| RGB | rgb(202, 243, 237) |
| HSL | hsl(171, 63%, 87%) |
| CMYK | cmyk(17%, 0%, 3%, 5%) |
| LAB | lab(92.9 -14.3 -1.5) |
| LCH | lch(92.9 14.4 186.0) |
| OKLCH | oklch(0.934 0.043 185.6) |
Copy-ready code
/* CSS */
color: #caf3ed;
background-color: #caf3ed;
/* Tailwind (arbitrary) */
class="text-[#caf3ed] bg-[#caf3ed]"
/* SCSS */
$brand: #caf3ed;
/* SwiftUI */
Color(red: 0.792, green: 0.953, blue: 0.929)
/* Android */
Color.parseColor("#caf3ed")Accessibility — WCAG contrast
Aa
#caf3ed on white: 1.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#caf3ed on black: 17.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green95.3%
Blue92.9%
CMYK percentages
Cyan16.9%
Magenta0.0%
Yellow2.5%
Key (black)4.7%
Color previews
#caf3ed text on a black background
contrast 17.55:1
Card sample
#caf3ed text on a white background
contrast 1.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #caf3ed;
Background color
Panel with #caf3ed background
background-color: #caf3ed;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #caf3ed;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 243, 237, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 243, 237, 0.45);
Border & gradient
Gradient panel
border: 3px solid #caf3ed; background: linear-gradient(135deg, #caf3ed, #CADEF3);