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