#d2ec2f
a balanced, electric yellow · cool · closest name: yellow
RGB
210, 236, 47
HSL
68°, 83%, 56%
CMYK
11, 0, 80, 8
Luminance
0.7390
Every format
| HEX | #d2ec2f |
| RGB | rgb(210, 236, 47) |
| HSL | hsl(68, 83%, 56%) |
| CMYK | cmyk(11%, 0%, 80%, 8%) |
| LAB | lab(88.9 -30.2 80.0) |
| LCH | lch(88.9 85.5 110.7) |
| OKLCH | oklch(0.894 0.196 117.8) |
Copy-ready code
/* CSS */
color: #d2ec2f;
background-color: #d2ec2f;
/* Tailwind (arbitrary) */
class="text-[#d2ec2f] bg-[#d2ec2f]"
/* SCSS */
$brand: #d2ec2f;
/* SwiftUI */
Color(red: 0.824, green: 0.925, blue: 0.184)
/* Android */
Color.parseColor("#d2ec2f")Accessibility — WCAG contrast
Aa
#d2ec2f on white: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d2ec2f on black: 15.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red82.4%
Green92.5%
Blue18.4%
CMYK percentages
Cyan11.0%
Magenta0.0%
Yellow80.1%
Key (black)7.5%
Color previews
#d2ec2f text on a black background
contrast 15.78:1
Card sample
#d2ec2f text on a white background
contrast 1.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d2ec2f;
Background color
Panel with #d2ec2f background
background-color: #d2ec2f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d2ec2f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(210, 236, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(210, 236, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d2ec2f; background: linear-gradient(135deg, #d2ec2f, #54EC2F);