#caf0cf
a pale, vivid green · cool · closest name: beige
RGB
202, 240, 207
HSL
128°, 56%, 87%
CMYK
16, 0, 14, 6
Luminance
0.7938
Every format
| HEX | #caf0cf |
| RGB | rgb(202, 240, 207) |
| HSL | hsl(128, 56%, 87%) |
| CMYK | cmyk(16%, 0%, 14%, 6%) |
| LAB | lab(91.4 -18.5 11.9) |
| LCH | lch(91.4 22.0 147.2) |
| OKLCH | oklch(0.919 0.059 148.8) |
Copy-ready code
/* CSS */
color: #caf0cf;
background-color: #caf0cf;
/* Tailwind (arbitrary) */
class="text-[#caf0cf] bg-[#caf0cf]"
/* SCSS */
$brand: #caf0cf;
/* SwiftUI */
Color(red: 0.792, green: 0.941, blue: 0.812)
/* Android */
Color.parseColor("#caf0cf")Accessibility — WCAG contrast
Aa
#caf0cf on white: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#caf0cf on black: 16.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green94.1%
Blue81.2%
CMYK percentages
Cyan15.8%
Magenta0.0%
Yellow13.7%
Key (black)5.9%
Color previews
#caf0cf text on a black background
contrast 16.88:1
Card sample
#caf0cf text on a white background
contrast 1.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #caf0cf;
Background color
Panel with #caf0cf background
background-color: #caf0cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #caf0cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 240, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 240, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #caf0cf; background: linear-gradient(135deg, #caf0cf, #CAF0E8);