#ffb347
a balanced, electric orange · warm · closest name: orange
RGB
255, 179, 71
HSL
35°, 100%, 64%
CMYK
0, 30, 72, 0
Luminance
0.5396
Every format
| HEX | #ffb347 |
| RGB | rgb(255, 179, 71) |
| HSL | hsl(35, 100%, 64%) |
| CMYK | cmyk(0%, 30%, 72%, 0%) |
| LAB | lab(78.4 18.3 63.6) |
| LCH | lch(78.4 66.2 74.0) |
| OKLCH | oklch(0.821 0.149 72.1) |
Copy-ready code
/* CSS */
color: #ffb347;
background-color: #ffb347;
/* Tailwind (arbitrary) */
class="text-[#ffb347] bg-[#ffb347]"
/* SCSS */
$brand: #ffb347;
/* SwiftUI */
Color(red: 1.000, green: 0.702, blue: 0.278)
/* Android */
Color.parseColor("#ffb347")Accessibility — WCAG contrast
Aa
#ffb347 on white: 1.78:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffb347 on black: 11.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green70.2%
Blue27.8%
CMYK percentages
Cyan0.0%
Magenta29.8%
Yellow72.2%
Key (black)0.0%
Color previews
#ffb347 text on a black background
contrast 11.79:1
Card sample
#ffb347 text on a white background
contrast 1.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffb347;
Background color
Panel with #ffb347 background
background-color: #ffb347;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffb347;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 179, 71, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 179, 71, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffb347; background: linear-gradient(135deg, #ffb347, #D0FF47);