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