#d0ef32
a balanced, electric yellow · cool · closest name: yellow
RGB
208, 239, 50
HSL
70°, 86%, 57%
CMYK
13, 0, 79, 6
Luminance
0.7537
Every format
| HEX | #d0ef32 |
| RGB | rgb(208, 239, 50) |
| HSL | hsl(70, 86%, 57%) |
| CMYK | cmyk(13%, 0%, 79%, 6%) |
| LAB | lab(89.6 -32.3 79.8) |
| LCH | lch(89.6 86.1 112.0) |
| OKLCH | oklch(0.899 0.199 119.1) |
Copy-ready code
/* CSS */
color: #d0ef32;
background-color: #d0ef32;
/* Tailwind (arbitrary) */
class="text-[#d0ef32] bg-[#d0ef32]"
/* SCSS */
$brand: #d0ef32;
/* SwiftUI */
Color(red: 0.816, green: 0.937, blue: 0.196)
/* Android */
Color.parseColor("#d0ef32")Accessibility — WCAG contrast
Aa
#d0ef32 on white: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d0ef32 on black: 16.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.6%
Green93.7%
Blue19.6%
CMYK percentages
Cyan13.0%
Magenta0.0%
Yellow79.1%
Key (black)6.3%
Color previews
#d0ef32 text on a black background
contrast 16.07:1
Card sample
#d0ef32 text on a white background
contrast 1.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d0ef32;
Background color
Panel with #d0ef32 background
background-color: #d0ef32;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d0ef32;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(208, 239, 50, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(208, 239, 50, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d0ef32; background: linear-gradient(135deg, #d0ef32, #52EF32);