#cfeee3
a pale, vivid green · cool · closest name: ivory
RGB
207, 238, 227
HSL
159°, 48%, 87%
CMYK
13, 0, 5, 7
Luminance
0.7996
Every format
| HEX | #cfeee3 |
| RGB | rgb(207, 238, 227) |
| HSL | hsl(159, 48%, 87%) |
| CMYK | cmyk(13%, 0%, 5%, 7%) |
| LAB | lab(91.7 -12.2 1.9) |
| LCH | lch(91.7 12.3 171.0) |
| OKLCH | oklch(0.924 0.036 172.1) |
Copy-ready code
/* CSS */
color: #cfeee3;
background-color: #cfeee3;
/* Tailwind (arbitrary) */
class="text-[#cfeee3] bg-[#cfeee3]"
/* SCSS */
$brand: #cfeee3;
/* SwiftUI */
Color(red: 0.812, green: 0.933, blue: 0.890)
/* Android */
Color.parseColor("#cfeee3")Accessibility — WCAG contrast
Aa
#cfeee3 on white: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfeee3 on black: 16.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green93.3%
Blue89.0%
CMYK percentages
Cyan13.0%
Magenta0.0%
Yellow4.6%
Key (black)6.7%
Color previews
#cfeee3 text on a black background
contrast 16.99:1
Card sample
#cfeee3 text on a white background
contrast 1.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfeee3;
Background color
Panel with #cfeee3 background
background-color: #cfeee3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfeee3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 238, 227, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 238, 227, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfeee3; background: linear-gradient(135deg, #cfeee3, #CFE4EE);