#cffbaf
a light, electric green · cool · closest name: khaki
RGB
207, 251, 175
HSL
95°, 91%, 84%
CMYK
18, 0, 30, 2
Luminance
0.8535
Every format
| HEX | #cffbaf |
| RGB | rgb(207, 251, 175) |
| HSL | hsl(95, 91%, 84%) |
| CMYK | cmyk(18%, 0%, 30%, 2%) |
| LAB | lab(94.0 -27.2 31.9) |
| LCH | lch(94.0 41.9 130.4) |
| OKLCH | oklch(0.939 0.109 132.6) |
Copy-ready code
/* CSS */
color: #cffbaf;
background-color: #cffbaf;
/* Tailwind (arbitrary) */
class="text-[#cffbaf] bg-[#cffbaf]"
/* SCSS */
$brand: #cffbaf;
/* SwiftUI */
Color(red: 0.812, green: 0.984, blue: 0.686)
/* Android */
Color.parseColor("#cffbaf")Accessibility — WCAG contrast
Aa
#cffbaf on white: 1.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cffbaf on black: 18.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green98.4%
Blue68.6%
CMYK percentages
Cyan17.5%
Magenta0.0%
Yellow30.3%
Key (black)1.6%
Color previews
#cffbaf text on a black background
contrast 18.07:1
Card sample
#cffbaf text on a white background
contrast 1.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cffbaf;
Background color
Panel with #cffbaf background
background-color: #cffbaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cffbaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 251, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 251, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cffbaf; background: linear-gradient(135deg, #cffbaf, #AFFBC2);