#ffb855
a light, electric orange · warm · closest name: peru
RGB
255, 184, 85
HSL
35°, 100%, 67%
CMYK
0, 28, 67, 0
Luminance
0.5620
Every format
| HEX | #ffb855 |
| RGB | rgb(255, 184, 85) |
| HSL | hsl(35, 100%, 67%) |
| CMYK | cmyk(0%, 28%, 67%, 0%) |
| LAB | lab(79.7 16.4 58.9) |
| LCH | lch(79.7 61.1 74.5) |
| OKLCH | oklch(0.831 0.140 72.6) |
Copy-ready code
/* CSS */
color: #ffb855;
background-color: #ffb855;
/* Tailwind (arbitrary) */
class="text-[#ffb855] bg-[#ffb855]"
/* SCSS */
$brand: #ffb855;
/* SwiftUI */
Color(red: 1.000, green: 0.722, blue: 0.333)
/* Android */
Color.parseColor("#ffb855")Accessibility — WCAG contrast
Aa
#ffb855 on white: 1.72:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffb855 on black: 12.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green72.2%
Blue33.3%
CMYK percentages
Cyan0.0%
Magenta27.8%
Yellow66.7%
Key (black)0.0%
Color previews
#ffb855 text on a black background
contrast 12.24:1
Card sample
#ffb855 text on a white background
contrast 1.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffb855;
Background color
Panel with #ffb855 background
background-color: #ffb855;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffb855;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 184, 85, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 184, 85, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffb855; background: linear-gradient(135deg, #ffb855, #D5FF55);