#cffeee
a pale, electric green · cool · closest name: ivory
RGB
207, 254, 238
HSL
160°, 96%, 90%
CMYK
19, 0, 6, 0
Luminance
0.9032
Every format
| HEX | #cffeee |
| RGB | rgb(207, 254, 238) |
| HSL | hsl(160, 96%, 90%) |
| CMYK | cmyk(19%, 0%, 6%, 0%) |
| LAB | lab(96.1 -18.0 2.7) |
| LCH | lch(96.1 18.2 171.4) |
| OKLCH | oklch(0.960 0.052 172.5) |
Copy-ready code
/* CSS */
color: #cffeee;
background-color: #cffeee;
/* Tailwind (arbitrary) */
class="text-[#cffeee] bg-[#cffeee]"
/* SCSS */
$brand: #cffeee;
/* SwiftUI */
Color(red: 0.812, green: 0.996, blue: 0.933)
/* Android */
Color.parseColor("#cffeee")Accessibility — WCAG contrast
Aa
#cffeee on white: 1.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cffeee on black: 19.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green99.6%
Blue93.3%
CMYK percentages
Cyan18.5%
Magenta0.0%
Yellow6.3%
Key (black)0.4%
Color previews
#cffeee text on a black background
contrast 19.06:1
Card sample
#cffeee text on a white background
contrast 1.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cffeee;
Background color
Panel with #cffeee background
background-color: #cffeee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cffeee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 254, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 254, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cffeee; background: linear-gradient(135deg, #cffeee, #CFEFFE);