#cfeeba
a light, vivid green · cool · closest name: beige
RGB
207, 238, 186
HSL
96°, 61%, 83%
CMYK
13, 0, 22, 7
Luminance
0.7796
Every format
| HEX | #cfeeba |
| RGB | rgb(207, 238, 186) |
| HSL | hsl(96, 61%, 83%) |
| CMYK | cmyk(13%, 0%, 22%, 7%) |
| LAB | lab(90.8 -19.3 21.9) |
| LCH | lch(90.8 29.2 131.4) |
| OKLCH | oklch(0.913 0.076 132.9) |
Copy-ready code
/* CSS */
color: #cfeeba;
background-color: #cfeeba;
/* Tailwind (arbitrary) */
class="text-[#cfeeba] bg-[#cfeeba]"
/* SCSS */
$brand: #cfeeba;
/* SwiftUI */
Color(red: 0.812, green: 0.933, blue: 0.729)
/* Android */
Color.parseColor("#cfeeba")Accessibility — WCAG contrast
Aa
#cfeeba on white: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfeeba on black: 16.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green93.3%
Blue72.9%
CMYK percentages
Cyan13.0%
Magenta0.0%
Yellow21.8%
Key (black)6.7%
Color previews
#cfeeba text on a black background
contrast 16.59:1
Card sample
#cfeeba text on a white background
contrast 1.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfeeba;
Background color
Panel with #cfeeba background
background-color: #cfeeba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfeeba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 238, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 238, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfeeba; background: linear-gradient(135deg, #cfeeba, #BAEEC8);