#ffc94b
a balanced, electric yellow · warm · closest name: gold
RGB
255, 201, 75
HSL
42°, 100%, 65%
CMYK
0, 21, 71, 0
Luminance
0.6354
Every format
| HEX | #ffc94b |
| RGB | rgb(255, 201, 75) |
| HSL | hsl(42, 100%, 65%) |
| CMYK | cmyk(0%, 21%, 71%, 0%) |
| LAB | lab(83.7 7.0 67.3) |
| LCH | lch(83.7 67.7 84.1) |
| OKLCH | oklch(0.862 0.151 84.9) |
Copy-ready code
/* CSS */
color: #ffc94b;
background-color: #ffc94b;
/* Tailwind (arbitrary) */
class="text-[#ffc94b] bg-[#ffc94b]"
/* SCSS */
$brand: #ffc94b;
/* SwiftUI */
Color(red: 1.000, green: 0.788, blue: 0.294)
/* Android */
Color.parseColor("#ffc94b")Accessibility — WCAG contrast
Aa
#ffc94b on white: 1.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffc94b on black: 13.71:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green78.8%
Blue29.4%
CMYK percentages
Cyan0.0%
Magenta21.2%
Yellow70.6%
Key (black)0.0%
Color previews
#ffc94b text on a black background
contrast 13.71:1
Card sample
#ffc94b text on a white background
contrast 1.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffc94b;
Background color
Panel with #ffc94b background
background-color: #ffc94b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffc94b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 201, 75, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 201, 75, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffc94b; background: linear-gradient(135deg, #ffc94b, #BDFF4B);