#ffec6f
a light, electric yellow · cool · closest name: khaki
RGB
255, 236, 111
HSL
52°, 100%, 72%
CMYK
0, 8, 57, 0
Luminance
0.8240
Every format
| HEX | #ffec6f |
| RGB | rgb(255, 236, 111) |
| HSL | hsl(52, 100%, 72%) |
| CMYK | cmyk(0%, 8%, 57%, 0%) |
| LAB | lab(92.8 -8.6 61.8) |
| LCH | lch(92.8 62.4 97.9) |
| OKLCH | oklch(0.935 0.146 100.8) |
Copy-ready code
/* CSS */
color: #ffec6f;
background-color: #ffec6f;
/* Tailwind (arbitrary) */
class="text-[#ffec6f] bg-[#ffec6f]"
/* SCSS */
$brand: #ffec6f;
/* SwiftUI */
Color(red: 1.000, green: 0.925, blue: 0.435)
/* Android */
Color.parseColor("#ffec6f")Accessibility — WCAG contrast
Aa
#ffec6f on white: 1.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffec6f on black: 17.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green92.5%
Blue43.5%
CMYK percentages
Cyan0.0%
Magenta7.5%
Yellow56.5%
Key (black)0.0%
Color previews
#ffec6f text on a black background
contrast 17.48:1
Card sample
#ffec6f text on a white background
contrast 1.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffec6f;
Background color
Panel with #ffec6f background
background-color: #ffec6f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffec6f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 236, 111, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 236, 111, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffec6f; background: linear-gradient(135deg, #ffec6f, #B2FF6F);