#caf6df
a pale, vivid green · cool · closest name: beige
RGB
202, 246, 223
HSL
149°, 71%, 88%
CMYK
18, 0, 9, 4
Luminance
0.8380
Every format
| HEX | #caf6df |
| RGB | rgb(202, 246, 223) |
| HSL | hsl(149, 71%, 88%) |
| CMYK | cmyk(18%, 0%, 9%, 4%) |
| LAB | lab(93.4 -18.5 6.4) |
| LCH | lch(93.4 19.6 160.9) |
| OKLCH | oklch(0.936 0.055 162.4) |
Copy-ready code
/* CSS */
color: #caf6df;
background-color: #caf6df;
/* Tailwind (arbitrary) */
class="text-[#caf6df] bg-[#caf6df]"
/* SCSS */
$brand: #caf6df;
/* SwiftUI */
Color(red: 0.792, green: 0.965, blue: 0.875)
/* Android */
Color.parseColor("#caf6df")Accessibility — WCAG contrast
Aa
#caf6df on white: 1.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#caf6df on black: 17.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green96.5%
Blue87.5%
CMYK percentages
Cyan17.9%
Magenta0.0%
Yellow9.3%
Key (black)3.5%
Color previews
#caf6df text on a black background
contrast 17.76:1
Card sample
#caf6df text on a white background
contrast 1.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #caf6df;
Background color
Panel with #caf6df background
background-color: #caf6df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #caf6df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 246, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 246, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #caf6df; background: linear-gradient(135deg, #caf6df, #CAF0F6);