#d3ec3f
a balanced, electric yellow · cool · closest name: yellow
RGB
211, 236, 63
HSL
69°, 82%, 59%
CMYK
11, 0, 73, 8
Luminance
0.7420
Every format
| HEX | #d3ec3f |
| RGB | rgb(211, 236, 63) |
| HSL | hsl(69, 82%, 59%) |
| CMYK | cmyk(11%, 0%, 73%, 8%) |
| LAB | lab(89.0 -29.1 75.6) |
| LCH | lch(89.0 81.0 111.1) |
| OKLCH | oklch(0.895 0.189 117.7) |
Copy-ready code
/* CSS */
color: #d3ec3f;
background-color: #d3ec3f;
/* Tailwind (arbitrary) */
class="text-[#d3ec3f] bg-[#d3ec3f]"
/* SCSS */
$brand: #d3ec3f;
/* SwiftUI */
Color(red: 0.827, green: 0.925, blue: 0.247)
/* Android */
Color.parseColor("#d3ec3f")Accessibility — WCAG contrast
Aa
#d3ec3f on white: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d3ec3f on black: 15.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red82.7%
Green92.5%
Blue24.7%
CMYK percentages
Cyan10.6%
Magenta0.0%
Yellow73.3%
Key (black)7.5%
Color previews
#d3ec3f text on a black background
contrast 15.84:1
Card sample
#d3ec3f text on a white background
contrast 1.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d3ec3f;
Background color
Panel with #d3ec3f background
background-color: #d3ec3f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d3ec3f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(211, 236, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(211, 236, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d3ec3f; background: linear-gradient(135deg, #d3ec3f, #5FEC3F);