#cfffac
a light, electric green · cool · closest name: khaki
RGB
207, 255, 172
HSL
95°, 100%, 84%
CMYK
19, 0, 33, 0
Luminance
0.8776
Every format
| HEX | #cfffac |
| RGB | rgb(207, 255, 172) |
| HSL | hsl(95, 100%, 84%) |
| CMYK | cmyk(19%, 0%, 33%, 0%) |
| LAB | lab(95.1 -29.5 34.8) |
| LCH | lch(95.1 45.6 130.2) |
| OKLCH | oklch(0.947 0.118 132.7) |
Copy-ready code
/* CSS */
color: #cfffac;
background-color: #cfffac;
/* Tailwind (arbitrary) */
class="text-[#cfffac] bg-[#cfffac]"
/* SCSS */
$brand: #cfffac;
/* SwiftUI */
Color(red: 0.812, green: 1.000, blue: 0.675)
/* Android */
Color.parseColor("#cfffac")Accessibility — WCAG contrast
Aa
#cfffac on white: 1.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfffac on black: 18.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green100.0%
Blue67.5%
CMYK percentages
Cyan18.8%
Magenta0.0%
Yellow32.5%
Key (black)0.0%
Color previews
#cfffac text on a black background
contrast 18.55:1
Card sample
#cfffac text on a white background
contrast 1.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfffac;
Background color
Panel with #cfffac background
background-color: #cfffac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfffac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 255, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 255, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfffac; background: linear-gradient(135deg, #cfffac, #ACFFC0);