#cff8ab
a light, electric green · cool · closest name: khaki
RGB
207, 248, 171
HSL
92°, 85%, 82%
CMYK
17, 0, 31, 3
Luminance
0.8334
Every format
| HEX | #cff8ab |
| RGB | rgb(207, 248, 171) |
| HSL | hsl(92, 85%, 82%) |
| CMYK | cmyk(17%, 0%, 31%, 3%) |
| LAB | lab(93.2 -26.3 32.8) |
| LCH | lch(93.2 42.0 128.8) |
| OKLCH | oklch(0.932 0.109 131.0) |
Copy-ready code
/* CSS */
color: #cff8ab;
background-color: #cff8ab;
/* Tailwind (arbitrary) */
class="text-[#cff8ab] bg-[#cff8ab]"
/* SCSS */
$brand: #cff8ab;
/* SwiftUI */
Color(red: 0.812, green: 0.973, blue: 0.671)
/* Android */
Color.parseColor("#cff8ab")Accessibility — WCAG contrast
Aa
#cff8ab on white: 1.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cff8ab on black: 17.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green97.3%
Blue67.1%
CMYK percentages
Cyan16.5%
Magenta0.0%
Yellow31.0%
Key (black)2.7%
Color previews
#cff8ab text on a black background
contrast 17.67:1
Card sample
#cff8ab text on a white background
contrast 1.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cff8ab;
Background color
Panel with #cff8ab background
background-color: #cff8ab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cff8ab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 248, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 248, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cff8ab; background: linear-gradient(135deg, #cff8ab, #ABF8BA);