#ffb74f
a light, electric orange · warm · closest name: orange
RGB
255, 183, 79
HSL
36°, 100%, 66%
CMYK
0, 28, 69, 0
Luminance
0.5569
Every format
| HEX | #ffb74f |
| RGB | rgb(255, 183, 79) |
| HSL | hsl(36, 100%, 66%) |
| CMYK | cmyk(0%, 28%, 69%, 0%) |
| LAB | lab(79.4 16.6 61.2) |
| LCH | lch(79.4 63.4 74.9) |
| OKLCH | oklch(0.829 0.144 73.2) |
Copy-ready code
/* CSS */
color: #ffb74f;
background-color: #ffb74f;
/* Tailwind (arbitrary) */
class="text-[#ffb74f] bg-[#ffb74f]"
/* SCSS */
$brand: #ffb74f;
/* SwiftUI */
Color(red: 1.000, green: 0.718, blue: 0.310)
/* Android */
Color.parseColor("#ffb74f")Accessibility — WCAG contrast
Aa
#ffb74f on white: 1.73:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffb74f on black: 12.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green71.8%
Blue31.0%
CMYK percentages
Cyan0.0%
Magenta28.2%
Yellow69.0%
Key (black)0.0%
Color previews
#ffb74f text on a black background
contrast 12.14:1
Card sample
#ffb74f text on a white background
contrast 1.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffb74f;
Background color
Panel with #ffb74f background
background-color: #ffb74f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffb74f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 183, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 183, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffb74f; background: linear-gradient(135deg, #ffb74f, #D2FF4F);