#cfefe3
a pale, vivid green · cool · closest name: beige
RGB
207, 239, 227
HSL
158°, 50%, 88%
CMYK
13, 0, 5, 6
Luminance
0.8054
Every format
| HEX | #cfefe3 |
| RGB | rgb(207, 239, 227) |
| HSL | hsl(158, 50%, 88%) |
| CMYK | cmyk(13%, 0%, 5%, 6%) |
| LAB | lab(91.9 -12.7 2.3) |
| LCH | lch(91.9 12.9 169.7) |
| OKLCH | oklch(0.926 0.037 170.9) |
Copy-ready code
/* CSS */
color: #cfefe3;
background-color: #cfefe3;
/* Tailwind (arbitrary) */
class="text-[#cfefe3] bg-[#cfefe3]"
/* SCSS */
$brand: #cfefe3;
/* SwiftUI */
Color(red: 0.812, green: 0.937, blue: 0.890)
/* Android */
Color.parseColor("#cfefe3")Accessibility — WCAG contrast
Aa
#cfefe3 on white: 1.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfefe3 on black: 17.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green93.7%
Blue89.0%
CMYK percentages
Cyan13.4%
Magenta0.0%
Yellow5.0%
Key (black)6.3%
Color previews
#cfefe3 text on a black background
contrast 17.11:1
Card sample
#cfefe3 text on a white background
contrast 1.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfefe3;
Background color
Panel with #cfefe3 background
background-color: #cfefe3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfefe3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 239, 227, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 239, 227, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfefe3; background: linear-gradient(135deg, #cfefe3, #CFE6EF);