#e6df3f
a balanced, electric yellow · cool · closest name: gold
RGB
230, 223, 63
HSL
58°, 77%, 58%
CMYK
0, 3, 73, 10
Luminance
0.6996
Every format
| HEX | #e6df3f |
| RGB | rgb(230, 223, 63) |
| HSL | hsl(58, 77%, 58%) |
| CMYK | cmyk(0%, 3%, 73%, 10%) |
| LAB | lab(87.0 -15.1 74.1) |
| LCH | lch(87.0 75.7 101.5) |
| OKLCH | oklch(0.882 0.171 106.9) |
Copy-ready code
/* CSS */
color: #e6df3f;
background-color: #e6df3f;
/* Tailwind (arbitrary) */
class="text-[#e6df3f] bg-[#e6df3f]"
/* SCSS */
$brand: #e6df3f;
/* SwiftUI */
Color(red: 0.902, green: 0.875, blue: 0.247)
/* Android */
Color.parseColor("#e6df3f")Accessibility — WCAG contrast
Aa
#e6df3f on white: 1.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e6df3f on black: 14.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red90.2%
Green87.5%
Blue24.7%
CMYK percentages
Cyan0.0%
Magenta3.0%
Yellow72.6%
Key (black)9.8%
Color previews
#e6df3f text on a black background
contrast 14.99:1
Card sample
#e6df3f text on a white background
contrast 1.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e6df3f;
Background color
Panel with #e6df3f background
background-color: #e6df3f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e6df3f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(230, 223, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(230, 223, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e6df3f; background: linear-gradient(135deg, #e6df3f, #7EE63F);