#ffb245
a balanced, electric orange · warm · closest name: orange
RGB
255, 178, 69
HSL
35°, 100%, 64%
CMYK
0, 30, 73, 0
Luminance
0.5353
Every format
| HEX | #ffb245 |
| RGB | rgb(255, 178, 69) |
| HSL | hsl(35, 100%, 64%) |
| CMYK | cmyk(0%, 30%, 73%, 0%) |
| LAB | lab(78.2 18.7 64.2) |
| LCH | lch(78.2 66.8 73.8) |
| OKLCH | oklch(0.819 0.150 71.8) |
Copy-ready code
/* CSS */
color: #ffb245;
background-color: #ffb245;
/* Tailwind (arbitrary) */
class="text-[#ffb245] bg-[#ffb245]"
/* SCSS */
$brand: #ffb245;
/* SwiftUI */
Color(red: 1.000, green: 0.698, blue: 0.271)
/* Android */
Color.parseColor("#ffb245")Accessibility — WCAG contrast
Aa
#ffb245 on white: 1.79:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffb245 on black: 11.71:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green69.8%
Blue27.1%
CMYK percentages
Cyan0.0%
Magenta30.2%
Yellow72.9%
Key (black)0.0%
Color previews
#ffb245 text on a black background
contrast 11.71:1
Card sample
#ffb245 text on a white background
contrast 1.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffb245;
Background color
Panel with #ffb245 background
background-color: #ffb245;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffb245;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 178, 69, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 178, 69, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffb245; background: linear-gradient(135deg, #ffb245, #D0FF45);