#ffee7c
a light, electric yellow · cool · closest name: khaki
RGB
255, 238, 124
HSL
52°, 100%, 74%
CMYK
0, 7, 51, 0
Luminance
0.8386
Every format
| HEX | #ffee7c |
| RGB | rgb(255, 238, 124) |
| HSL | hsl(52, 100%, 74%) |
| CMYK | cmyk(0%, 7%, 51%, 0%) |
| LAB | lab(93.4 -8.6 56.6) |
| LCH | lch(93.4 57.3 98.6) |
| OKLCH | oklch(0.940 0.136 100.9) |
Copy-ready code
/* CSS */
color: #ffee7c;
background-color: #ffee7c;
/* Tailwind (arbitrary) */
class="text-[#ffee7c] bg-[#ffee7c]"
/* SCSS */
$brand: #ffee7c;
/* SwiftUI */
Color(red: 1.000, green: 0.933, blue: 0.486)
/* Android */
Color.parseColor("#ffee7c")Accessibility — WCAG contrast
Aa
#ffee7c on white: 1.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffee7c on black: 17.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green93.3%
Blue48.6%
CMYK percentages
Cyan0.0%
Magenta6.7%
Yellow51.4%
Key (black)0.0%
Color previews
#ffee7c text on a black background
contrast 17.77:1
Card sample
#ffee7c text on a white background
contrast 1.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffee7c;
Background color
Panel with #ffee7c background
background-color: #ffee7c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffee7c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 238, 124, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 238, 124, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffee7c; background: linear-gradient(135deg, #ffee7c, #B9FF7C);