#cfedba
a light, vivid green · cool · closest name: beige
RGB
207, 237, 186
HSL
95°, 59%, 83%
CMYK
13, 0, 22, 7
Luminance
0.7738
Every format
| HEX | #cfedba |
| RGB | rgb(207, 237, 186) |
| HSL | hsl(95, 59%, 83%) |
| CMYK | cmyk(13%, 0%, 22%, 7%) |
| LAB | lab(90.5 -18.8 21.5) |
| LCH | lch(90.5 28.6 131.1) |
| OKLCH | oklch(0.911 0.075 132.6) |
Copy-ready code
/* CSS */
color: #cfedba;
background-color: #cfedba;
/* Tailwind (arbitrary) */
class="text-[#cfedba] bg-[#cfedba]"
/* SCSS */
$brand: #cfedba;
/* SwiftUI */
Color(red: 0.812, green: 0.929, blue: 0.729)
/* Android */
Color.parseColor("#cfedba")Accessibility — WCAG contrast
Aa
#cfedba on white: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfedba on black: 16.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green92.9%
Blue72.9%
CMYK percentages
Cyan12.7%
Magenta0.0%
Yellow21.5%
Key (black)7.1%
Color previews
#cfedba text on a black background
contrast 16.48:1
Card sample
#cfedba text on a white background
contrast 1.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfedba;
Background color
Panel with #cfedba background
background-color: #cfedba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfedba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 237, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 237, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfedba; background: linear-gradient(135deg, #cfedba, #BAEDC7);