#cfebb4
a light, vivid green · cool · closest name: beige
RGB
207, 235, 180
HSL
91°, 58%, 81%
CMYK
12, 0, 23, 8
Luminance
0.7598
Every format
| HEX | #cfebb4 |
| RGB | rgb(207, 235, 180) |
| HSL | hsl(91, 58%, 81%) |
| CMYK | cmyk(12%, 0%, 23%, 8%) |
| LAB | lab(89.8 -18.7 23.7) |
| LCH | lch(89.8 30.2 128.3) |
| OKLCH | oklch(0.906 0.079 129.8) |
Copy-ready code
/* CSS */
color: #cfebb4;
background-color: #cfebb4;
/* Tailwind (arbitrary) */
class="text-[#cfebb4] bg-[#cfebb4]"
/* SCSS */
$brand: #cfebb4;
/* SwiftUI */
Color(red: 0.812, green: 0.922, blue: 0.706)
/* Android */
Color.parseColor("#cfebb4")Accessibility — WCAG contrast
Aa
#cfebb4 on white: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfebb4 on black: 16.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green92.2%
Blue70.6%
CMYK percentages
Cyan11.9%
Magenta0.0%
Yellow23.4%
Key (black)7.8%
Color previews
#cfebb4 text on a black background
contrast 16.20:1
Card sample
#cfebb4 text on a white background
contrast 1.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfebb4;
Background color
Panel with #cfebb4 background
background-color: #cfebb4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfebb4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 235, 180, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 235, 180, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfebb4; background: linear-gradient(135deg, #cfebb4, #B4EBBE);