#caf2cd
a pale, vivid green · cool · closest name: beige
RGB
202, 242, 205
HSL
125°, 61%, 87%
CMYK
17, 0, 15, 5
Luminance
0.8047
Every format
| HEX | #caf2cd |
| RGB | rgb(202, 242, 205) |
| HSL | hsl(125, 61%, 87%) |
| CMYK | cmyk(17%, 0%, 15%, 5%) |
| LAB | lab(91.9 -19.8 13.6) |
| LCH | lch(91.9 24.0 145.5) |
| OKLCH | oklch(0.923 0.065 147.1) |
Copy-ready code
/* CSS */
color: #caf2cd;
background-color: #caf2cd;
/* Tailwind (arbitrary) */
class="text-[#caf2cd] bg-[#caf2cd]"
/* SCSS */
$brand: #caf2cd;
/* SwiftUI */
Color(red: 0.792, green: 0.949, blue: 0.804)
/* Android */
Color.parseColor("#caf2cd")Accessibility — WCAG contrast
Aa
#caf2cd on white: 1.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#caf2cd on black: 17.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green94.9%
Blue80.4%
CMYK percentages
Cyan16.5%
Magenta0.0%
Yellow15.3%
Key (black)5.1%
Color previews
#caf2cd text on a black background
contrast 17.09:1
Card sample
#caf2cd text on a white background
contrast 1.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #caf2cd;
Background color
Panel with #caf2cd background
background-color: #caf2cd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #caf2cd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 242, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 242, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #caf2cd; background: linear-gradient(135deg, #caf2cd, #CAF2E8);