#ffee3f
a balanced, electric yellow · cool · closest name: gold
RGB
255, 238, 63
HSL
55°, 100%, 62%
CMYK
0, 7, 75, 0
Luminance
0.8277
Every format
| HEX | #ffee3f |
| RGB | rgb(255, 238, 63) |
| HSL | hsl(55, 100%, 62%) |
| CMYK | cmyk(0%, 7%, 75%, 0%) |
| LAB | lab(92.9 -12.2 80.4) |
| LCH | lch(92.9 81.3 98.6) |
| OKLCH | oklch(0.935 0.181 103.6) |
Copy-ready code
/* CSS */
color: #ffee3f;
background-color: #ffee3f;
/* Tailwind (arbitrary) */
class="text-[#ffee3f] bg-[#ffee3f]"
/* SCSS */
$brand: #ffee3f;
/* SwiftUI */
Color(red: 1.000, green: 0.933, blue: 0.247)
/* Android */
Color.parseColor("#ffee3f")Accessibility — WCAG contrast
Aa
#ffee3f on white: 1.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffee3f on black: 17.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green93.3%
Blue24.7%
CMYK percentages
Cyan0.0%
Magenta6.7%
Yellow75.3%
Key (black)0.0%
Color previews
#ffee3f text on a black background
contrast 17.55:1
Card sample
#ffee3f text on a white background
contrast 1.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffee3f;
Background color
Panel with #ffee3f background
background-color: #ffee3f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffee3f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 238, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 238, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffee3f; background: linear-gradient(135deg, #ffee3f, #90FF3F);