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