#cfebaf
a light, vivid green · cool · closest name: khaki
RGB
207, 235, 175
HSL
88°, 60%, 80%
CMYK
12, 0, 26, 8
Luminance
0.7578
Every format
| HEX | #cfebaf |
| RGB | rgb(207, 235, 175) |
| HSL | hsl(88, 60%, 80%) |
| CMYK | cmyk(12%, 0%, 26%, 8%) |
| LAB | lab(89.8 -19.5 26.2) |
| LCH | lch(89.8 32.6 126.7) |
| OKLCH | oklch(0.905 0.084 128.3) |
Copy-ready code
/* CSS */
color: #cfebaf;
background-color: #cfebaf;
/* Tailwind (arbitrary) */
class="text-[#cfebaf] bg-[#cfebaf]"
/* SCSS */
$brand: #cfebaf;
/* SwiftUI */
Color(red: 0.812, green: 0.922, blue: 0.686)
/* Android */
Color.parseColor("#cfebaf")Accessibility — WCAG contrast
Aa
#cfebaf on white: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfebaf on black: 16.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green92.2%
Blue68.6%
CMYK percentages
Cyan11.9%
Magenta0.0%
Yellow25.5%
Key (black)7.8%
Color previews
#cfebaf text on a black background
contrast 16.16:1
Card sample
#cfebaf text on a white background
contrast 1.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfebaf;
Background color
Panel with #cfebaf background
background-color: #cfebaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfebaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 235, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 235, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfebaf; background: linear-gradient(135deg, #cfebaf, #AFEBB7);