#cfe8df
a pale, soft green · cool · closest name: beige
RGB
207, 232, 223
HSL
158°, 35%, 86%
CMYK
11, 0, 4, 9
Luminance
0.7631
Every format
| HEX | #cfe8df |
| RGB | rgb(207, 232, 223) |
| HSL | hsl(158, 35%, 86%) |
| CMYK | cmyk(11%, 0%, 4%, 9%) |
| LAB | lab(90.0 -9.9 1.6) |
| LCH | lch(90.0 10.1 171.0) |
| OKLCH | oklch(0.910 0.029 172.0) |
Copy-ready code
/* CSS */
color: #cfe8df;
background-color: #cfe8df;
/* Tailwind (arbitrary) */
class="text-[#cfe8df] bg-[#cfe8df]"
/* SCSS */
$brand: #cfe8df;
/* SwiftUI */
Color(red: 0.812, green: 0.910, blue: 0.875)
/* Android */
Color.parseColor("#cfe8df")Accessibility — WCAG contrast
Aa
#cfe8df on white: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfe8df on black: 16.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green91.0%
Blue87.5%
CMYK percentages
Cyan10.8%
Magenta0.0%
Yellow3.9%
Key (black)9.0%
Color previews
#cfe8df text on a black background
contrast 16.26:1
Card sample
#cfe8df text on a white background
contrast 1.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfe8df;
Background color
Panel with #cfe8df background
background-color: #cfe8df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfe8df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 232, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 232, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfe8df; background: linear-gradient(135deg, #cfe8df, #CFE0E8);