#ffec5f
a light, electric yellow · cool · closest name: gold
RGB
255, 236, 95
HSL
53°, 100%, 69%
CMYK
0, 8, 63, 0
Luminance
0.8208
Every format
| HEX | #ffec5f |
| RGB | rgb(255, 236, 95) |
| HSL | hsl(53, 100%, 69%) |
| CMYK | cmyk(0%, 8%, 63%, 0%) |
| LAB | lab(92.6 -9.6 68.5) |
| LCH | lch(92.6 69.2 98.0) |
| OKLCH | oklch(0.933 0.159 101.6) |
Copy-ready code
/* CSS */
color: #ffec5f;
background-color: #ffec5f;
/* Tailwind (arbitrary) */
class="text-[#ffec5f] bg-[#ffec5f]"
/* SCSS */
$brand: #ffec5f;
/* SwiftUI */
Color(red: 1.000, green: 0.925, blue: 0.373)
/* Android */
Color.parseColor("#ffec5f")Accessibility — WCAG contrast
Aa
#ffec5f on white: 1.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffec5f on black: 17.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green92.5%
Blue37.3%
CMYK percentages
Cyan0.0%
Magenta7.5%
Yellow62.7%
Key (black)0.0%
Color previews
#ffec5f text on a black background
contrast 17.42:1
Card sample
#ffec5f text on a white background
contrast 1.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffec5f;
Background color
Panel with #ffec5f background
background-color: #ffec5f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffec5f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 236, 95, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 236, 95, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffec5f; background: linear-gradient(135deg, #ffec5f, #A7FF5F);