#ffb708
a balanced, electric yellow · warm · closest name: orange
RGB
255, 183, 8
HSL
43°, 100%, 52%
CMYK
0, 28, 97, 0
Luminance
0.5514
Every format
| HEX | #ffb708 |
| RGB | rgb(255, 183, 8) |
| HSL | hsl(43, 100%, 52%) |
| CMYK | cmyk(0%, 28%, 97%, 0%) |
| LAB | lab(79.1 14.6 80.9) |
| LCH | lch(79.1 82.2 79.8) |
| OKLCH | oklch(0.825 0.170 79.8) |
Copy-ready code
/* CSS */
color: #ffb708;
background-color: #ffb708;
/* Tailwind (arbitrary) */
class="text-[#ffb708] bg-[#ffb708]"
/* SCSS */
$brand: #ffb708;
/* SwiftUI */
Color(red: 1.000, green: 0.718, blue: 0.031)
/* Android */
Color.parseColor("#ffb708")Accessibility — WCAG contrast
Aa
#ffb708 on white: 1.75:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffb708 on black: 12.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green71.8%
Blue3.1%
CMYK percentages
Cyan0.0%
Magenta28.2%
Yellow96.9%
Key (black)0.0%
Color previews
#ffb708 text on a black background
contrast 12.03:1
Card sample
#ffb708 text on a white background
contrast 1.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffb708;
Background color
Panel with #ffb708 background
background-color: #ffb708;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffb708;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 183, 8, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 183, 8, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffb708; background: linear-gradient(135deg, #ffb708, #A2FF08);