#cfeee0
a pale, vivid green · cool · closest name: beige
RGB
207, 238, 224
HSL
153°, 48%, 87%
CMYK
13, 0, 6, 7
Luminance
0.7980
Every format
| HEX | #cfeee0 |
| RGB | rgb(207, 238, 224) |
| HSL | hsl(153, 48%, 87%) |
| CMYK | cmyk(13%, 0%, 6%, 7%) |
| LAB | lab(91.6 -12.8 3.4) |
| LCH | lch(91.6 13.2 165.2) |
| OKLCH | oklch(0.923 0.037 166.6) |
Copy-ready code
/* CSS */
color: #cfeee0;
background-color: #cfeee0;
/* Tailwind (arbitrary) */
class="text-[#cfeee0] bg-[#cfeee0]"
/* SCSS */
$brand: #cfeee0;
/* SwiftUI */
Color(red: 0.812, green: 0.933, blue: 0.878)
/* Android */
Color.parseColor("#cfeee0")Accessibility — WCAG contrast
Aa
#cfeee0 on white: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfeee0 on black: 16.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green93.3%
Blue87.8%
CMYK percentages
Cyan13.0%
Magenta0.0%
Yellow5.9%
Key (black)6.7%
Color previews
#cfeee0 text on a black background
contrast 16.96:1
Card sample
#cfeee0 text on a white background
contrast 1.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfeee0;
Background color
Panel with #cfeee0 background
background-color: #cfeee0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfeee0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 238, 224, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 238, 224, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfeee0; background: linear-gradient(135deg, #cfeee0, #CFE7EE);