#cffc93
a light, electric green · cool · closest name: khaki
RGB
207, 252, 147
HSL
86°, 95%, 78%
CMYK
18, 0, 42, 1
Luminance
0.8499
Every format
| HEX | #cffc93 |
| RGB | rgb(207, 252, 147) |
| HSL | hsl(86, 95%, 78%) |
| CMYK | cmyk(18%, 0%, 42%, 1%) |
| LAB | lab(93.9 -31.3 45.6) |
| LCH | lch(93.9 55.3 124.5) |
| OKLCH | oklch(0.936 0.141 127.8) |
Copy-ready code
/* CSS */
color: #cffc93;
background-color: #cffc93;
/* Tailwind (arbitrary) */
class="text-[#cffc93] bg-[#cffc93]"
/* SCSS */
$brand: #cffc93;
/* SwiftUI */
Color(red: 0.812, green: 0.988, blue: 0.576)
/* Android */
Color.parseColor("#cffc93")Accessibility — WCAG contrast
Aa
#cffc93 on white: 1.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cffc93 on black: 18.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green98.8%
Blue57.6%
CMYK percentages
Cyan17.9%
Magenta0.0%
Yellow41.7%
Key (black)1.2%
Color previews
#cffc93 text on a black background
contrast 18.00:1
Card sample
#cffc93 text on a white background
contrast 1.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cffc93;
Background color
Panel with #cffc93 background
background-color: #cffc93;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cffc93;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 252, 147, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 252, 147, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cffc93; background: linear-gradient(135deg, #cffc93, #93FC9D);