#cff4d2
a pale, vivid green · cool · closest name: beige
RGB
207, 244, 210
HSL
125°, 63%, 88%
CMYK
15, 0, 14, 4
Luminance
0.8262
Every format
| HEX | #cff4d2 |
| RGB | rgb(207, 244, 210) |
| HSL | hsl(125, 63%, 88%) |
| CMYK | cmyk(15%, 0%, 14%, 4%) |
| LAB | lab(92.8 -18.3 12.4) |
| LCH | lch(92.8 22.1 145.7) |
| OKLCH | oklch(0.932 0.060 147.3) |
Copy-ready code
/* CSS */
color: #cff4d2;
background-color: #cff4d2;
/* Tailwind (arbitrary) */
class="text-[#cff4d2] bg-[#cff4d2]"
/* SCSS */
$brand: #cff4d2;
/* SwiftUI */
Color(red: 0.812, green: 0.957, blue: 0.824)
/* Android */
Color.parseColor("#cff4d2")Accessibility — WCAG contrast
Aa
#cff4d2 on white: 1.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cff4d2 on black: 17.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green95.7%
Blue82.4%
CMYK percentages
Cyan15.2%
Magenta0.0%
Yellow13.9%
Key (black)4.3%
Color previews
#cff4d2 text on a black background
contrast 17.52:1
Card sample
#cff4d2 text on a white background
contrast 1.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cff4d2;
Background color
Panel with #cff4d2 background
background-color: #cff4d2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cff4d2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 244, 210, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 244, 210, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cff4d2; background: linear-gradient(135deg, #cff4d2, #CFF4EB);