#caf6cd
a pale, vivid green · cool · closest name: beige
RGB
202, 246, 205
HSL
124°, 71%, 88%
CMYK
18, 0, 17, 4
Luminance
0.8288
Every format
| HEX | #caf6cd |
| RGB | rgb(202, 246, 205) |
| HSL | hsl(124, 71%, 88%) |
| CMYK | cmyk(18%, 0%, 17%, 4%) |
| LAB | lab(93.0 -21.7 15.1) |
| LCH | lch(93.0 26.5 145.2) |
| OKLCH | oklch(0.931 0.071 146.8) |
Copy-ready code
/* CSS */
color: #caf6cd;
background-color: #caf6cd;
/* Tailwind (arbitrary) */
class="text-[#caf6cd] bg-[#caf6cd]"
/* SCSS */
$brand: #caf6cd;
/* SwiftUI */
Color(red: 0.792, green: 0.965, blue: 0.804)
/* Android */
Color.parseColor("#caf6cd")Accessibility — WCAG contrast
Aa
#caf6cd on white: 1.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#caf6cd on black: 17.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green96.5%
Blue80.4%
CMYK percentages
Cyan17.9%
Magenta0.0%
Yellow16.7%
Key (black)3.5%
Color previews
#caf6cd text on a black background
contrast 17.58:1
Card sample
#caf6cd text on a white background
contrast 1.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #caf6cd;
Background color
Panel with #caf6cd background
background-color: #caf6cd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #caf6cd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 246, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 246, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #caf6cd; background: linear-gradient(135deg, #caf6cd, #CAF6EA);