#ffba6c
a light, electric orange · warm · closest name: peru
RGB
255, 186, 108
HSL
32°, 100%, 71%
CMYK
0, 27, 58, 0
Luminance
0.5746
Every format
| HEX | #ffba6c |
| RGB | rgb(255, 186, 108) |
| HSL | hsl(32, 100%, 71%) |
| CMYK | cmyk(0%, 27%, 58%, 0%) |
| LAB | lab(80.4 16.8 48.9) |
| LCH | lch(80.4 51.6 71.0) |
| OKLCH | oklch(0.838 0.124 68.1) |
Copy-ready code
/* CSS */
color: #ffba6c;
background-color: #ffba6c;
/* Tailwind (arbitrary) */
class="text-[#ffba6c] bg-[#ffba6c]"
/* SCSS */
$brand: #ffba6c;
/* SwiftUI */
Color(red: 1.000, green: 0.729, blue: 0.424)
/* Android */
Color.parseColor("#ffba6c")Accessibility — WCAG contrast
Aa
#ffba6c on white: 1.68:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffba6c on black: 12.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green72.9%
Blue42.4%
CMYK percentages
Cyan0.0%
Magenta27.1%
Yellow57.6%
Key (black)0.0%
Color previews
#ffba6c text on a black background
contrast 12.49:1
Card sample
#ffba6c text on a white background
contrast 1.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffba6c;
Background color
Panel with #ffba6c background
background-color: #ffba6c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffba6c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 186, 108, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 186, 108, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffba6c; background: linear-gradient(135deg, #ffba6c, #E2FF6C);