#d2df3e
a balanced, vivid yellow · cool · closest name: yellow
RGB
210, 223, 62
HSL
65°, 72%, 56%
CMYK
6, 0, 72, 13
Luminance
0.6682
Every format
| HEX | #d2df3e |
| RGB | rgb(210, 223, 62) |
| HSL | hsl(65, 72%, 56%) |
| CMYK | cmyk(6%, 0%, 72%, 13%) |
| LAB | lab(85.4 -23.4 72.4) |
| LCH | lch(85.4 76.1 107.9) |
| OKLCH | oklch(0.866 0.175 114.1) |
Copy-ready code
/* CSS */
color: #d2df3e;
background-color: #d2df3e;
/* Tailwind (arbitrary) */
class="text-[#d2df3e] bg-[#d2df3e]"
/* SCSS */
$brand: #d2df3e;
/* SwiftUI */
Color(red: 0.824, green: 0.875, blue: 0.243)
/* Android */
Color.parseColor("#d2df3e")Accessibility — WCAG contrast
Aa
#d2df3e on white: 1.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d2df3e on black: 14.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red82.4%
Green87.5%
Blue24.3%
CMYK percentages
Cyan5.8%
Magenta0.0%
Yellow72.2%
Key (black)12.5%
Color previews
#d2df3e text on a black background
contrast 14.36:1
Card sample
#d2df3e text on a white background
contrast 1.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d2df3e;
Background color
Panel with #d2df3e background
background-color: #d2df3e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d2df3e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(210, 223, 62, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(210, 223, 62, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d2df3e; background: linear-gradient(135deg, #d2df3e, #67DF3E);