#cfebdf
a pale, soft green · cool · closest name: beige
RGB
207, 235, 223
HSL
154°, 41%, 87%
CMYK
12, 0, 5, 8
Luminance
0.7801
Every format
| HEX | #cfebdf |
| RGB | rgb(207, 235, 223) |
| HSL | hsl(154, 41%, 87%) |
| CMYK | cmyk(12%, 0%, 5%, 8%) |
| LAB | lab(90.8 -11.4 2.7) |
| LCH | lch(90.8 11.8 166.6) |
| OKLCH | oklch(0.916 0.034 167.9) |
Copy-ready code
/* CSS */
color: #cfebdf;
background-color: #cfebdf;
/* Tailwind (arbitrary) */
class="text-[#cfebdf] bg-[#cfebdf]"
/* SCSS */
$brand: #cfebdf;
/* SwiftUI */
Color(red: 0.812, green: 0.922, blue: 0.875)
/* Android */
Color.parseColor("#cfebdf")Accessibility — WCAG contrast
Aa
#cfebdf on white: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfebdf on black: 16.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green92.2%
Blue87.5%
CMYK percentages
Cyan11.9%
Magenta0.0%
Yellow5.1%
Key (black)7.8%
Color previews
#cfebdf text on a black background
contrast 16.60:1
Card sample
#cfebdf text on a white background
contrast 1.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfebdf;
Background color
Panel with #cfebdf background
background-color: #cfebdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfebdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 235, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 235, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfebdf; background: linear-gradient(135deg, #cfebdf, #CFE4EB);