#d0fcac
a light, electric green · cool · closest name: khaki
RGB
208, 252, 172
HSL
93°, 93%, 83%
CMYK
18, 0, 32, 1
Luminance
0.8601
Every format
| HEX | #d0fcac |
| RGB | rgb(208, 252, 172) |
| HSL | hsl(93, 93%, 83%) |
| CMYK | cmyk(18%, 0%, 32%, 1%) |
| LAB | lab(94.3 -27.7 33.8) |
| LCH | lch(94.3 43.7 129.3) |
| OKLCH | oklch(0.941 0.113 131.7) |
Copy-ready code
/* CSS */
color: #d0fcac;
background-color: #d0fcac;
/* Tailwind (arbitrary) */
class="text-[#d0fcac] bg-[#d0fcac]"
/* SCSS */
$brand: #d0fcac;
/* SwiftUI */
Color(red: 0.816, green: 0.988, blue: 0.675)
/* Android */
Color.parseColor("#d0fcac")Accessibility — WCAG contrast
Aa
#d0fcac on white: 1.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d0fcac on black: 18.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.6%
Green98.8%
Blue67.5%
CMYK percentages
Cyan17.5%
Magenta0.0%
Yellow31.7%
Key (black)1.2%
Color previews
#d0fcac text on a black background
contrast 18.20:1
Card sample
#d0fcac text on a white background
contrast 1.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d0fcac;
Background color
Panel with #d0fcac background
background-color: #d0fcac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d0fcac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(208, 252, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(208, 252, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d0fcac; background: linear-gradient(135deg, #d0fcac, #ACFCBD);