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