#cbfdac
a light, electric green · cool · closest name: khaki
RGB
203, 253, 172
HSL
97°, 95%, 83%
CMYK
20, 0, 32, 1
Luminance
0.8593
Every format
| HEX | #cbfdac |
| RGB | rgb(203, 253, 172) |
| HSL | hsl(97, 95%, 83%) |
| CMYK | cmyk(20%, 0%, 32%, 1%) |
| LAB | lab(94.3 -29.9 33.7) |
| LCH | lch(94.3 45.1 131.6) |
| OKLCH | oklch(0.940 0.117 134.0) |
Copy-ready code
/* CSS */
color: #cbfdac;
background-color: #cbfdac;
/* Tailwind (arbitrary) */
class="text-[#cbfdac] bg-[#cbfdac]"
/* SCSS */
$brand: #cbfdac;
/* SwiftUI */
Color(red: 0.796, green: 0.992, blue: 0.675)
/* Android */
Color.parseColor("#cbfdac")Accessibility — WCAG contrast
Aa
#cbfdac on white: 1.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbfdac on black: 18.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green99.2%
Blue67.5%
CMYK percentages
Cyan19.8%
Magenta0.0%
Yellow32.0%
Key (black)0.8%
Color previews
#cbfdac text on a black background
contrast 18.19:1
Card sample
#cbfdac text on a white background
contrast 1.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbfdac;
Background color
Panel with #cbfdac background
background-color: #cbfdac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbfdac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 253, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 253, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbfdac; background: linear-gradient(135deg, #cbfdac, #ACFDC3);