#d0f239
a balanced, electric green · cool · closest name: yellow
RGB
208, 242, 57
HSL
71°, 88%, 59%
CMYK
14, 0, 76, 5
Luminance
0.7721
Every format
| HEX | #d0f239 |
| RGB | rgb(208, 242, 57) |
| HSL | hsl(71, 88%, 59%) |
| CMYK | cmyk(14%, 0%, 76%, 5%) |
| LAB | lab(90.4 -33.4 78.6) |
| LCH | lch(90.4 85.4 113.0) |
| OKLCH | oklch(0.906 0.199 120.0) |
Copy-ready code
/* CSS */
color: #d0f239;
background-color: #d0f239;
/* Tailwind (arbitrary) */
class="text-[#d0f239] bg-[#d0f239]"
/* SCSS */
$brand: #d0f239;
/* SwiftUI */
Color(red: 0.816, green: 0.949, blue: 0.224)
/* Android */
Color.parseColor("#d0f239")Accessibility — WCAG contrast
Aa
#d0f239 on white: 1.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d0f239 on black: 16.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.6%
Green94.9%
Blue22.4%
CMYK percentages
Cyan14.0%
Magenta0.0%
Yellow76.4%
Key (black)5.1%
Color previews
#d0f239 text on a black background
contrast 16.44:1
Card sample
#d0f239 text on a white background
contrast 1.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d0f239;
Background color
Panel with #d0f239 background
background-color: #d0f239;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d0f239;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(208, 242, 57, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(208, 242, 57, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d0f239; background: linear-gradient(135deg, #d0f239, #55F239);