#cff4e4
a pale, vivid green · cool · closest name: beige
RGB
207, 244, 228
HSL
154°, 63%, 88%
CMYK
15, 0, 7, 4
Luminance
0.8357
Every format
| HEX | #cff4e4 |
| RGB | rgb(207, 244, 228) |
| HSL | hsl(154, 63%, 88%) |
| CMYK | cmyk(15%, 0%, 7%, 4%) |
| LAB | lab(93.3 -15.0 3.7) |
| LCH | lch(93.3 15.4 166.1) |
| OKLCH | oklch(0.936 0.044 167.4) |
Copy-ready code
/* CSS */
color: #cff4e4;
background-color: #cff4e4;
/* Tailwind (arbitrary) */
class="text-[#cff4e4] bg-[#cff4e4]"
/* SCSS */
$brand: #cff4e4;
/* SwiftUI */
Color(red: 0.812, green: 0.957, blue: 0.894)
/* Android */
Color.parseColor("#cff4e4")Accessibility — WCAG contrast
Aa
#cff4e4 on white: 1.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cff4e4 on black: 17.71:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green95.7%
Blue89.4%
CMYK percentages
Cyan15.2%
Magenta0.0%
Yellow6.6%
Key (black)4.3%
Color previews
#cff4e4 text on a black background
contrast 17.71:1
Card sample
#cff4e4 text on a white background
contrast 1.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cff4e4;
Background color
Panel with #cff4e4 background
background-color: #cff4e4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cff4e4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 244, 228, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 244, 228, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cff4e4; background: linear-gradient(135deg, #cff4e4, #CFEBF4);