#ffb614
a balanced, electric yellow · warm · closest name: orange
RGB
255, 182, 20
HSL
41°, 100%, 54%
CMYK
0, 29, 92, 0
Luminance
0.5477
Every format
| HEX | #ffb614 |
| RGB | rgb(255, 182, 20) |
| HSL | hsl(41, 100%, 54%) |
| CMYK | cmyk(0%, 29%, 92%, 0%) |
| LAB | lab(78.9 15.3 79.3) |
| LCH | lch(78.9 80.7 79.1) |
| OKLCH | oklch(0.824 0.168 78.9) |
Copy-ready code
/* CSS */
color: #ffb614;
background-color: #ffb614;
/* Tailwind (arbitrary) */
class="text-[#ffb614] bg-[#ffb614]"
/* SCSS */
$brand: #ffb614;
/* SwiftUI */
Color(red: 1.000, green: 0.714, blue: 0.078)
/* Android */
Color.parseColor("#ffb614")Accessibility — WCAG contrast
Aa
#ffb614 on white: 1.76:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffb614 on black: 11.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green71.4%
Blue7.8%
CMYK percentages
Cyan0.0%
Magenta28.6%
Yellow92.2%
Key (black)0.0%
Color previews
#ffb614 text on a black background
contrast 11.95:1
Card sample
#ffb614 text on a white background
contrast 1.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffb614;
Background color
Panel with #ffb614 background
background-color: #ffb614;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffb614;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 182, 20, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 182, 20, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffb614; background: linear-gradient(135deg, #ffb614, #ABFF14);