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