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