#ffba6f
a light, electric orange · warm · closest name: peru
RGB
255, 186, 111
HSL
31°, 100%, 72%
CMYK
0, 27, 57, 0
Luminance
0.5753
Every format
| HEX | #ffba6f |
| RGB | rgb(255, 186, 111) |
| HSL | hsl(31, 100%, 72%) |
| CMYK | cmyk(0%, 27%, 57%, 0%) |
| LAB | lab(80.5 17.0 47.4) |
| LCH | lch(80.5 50.4 70.3) |
| OKLCH | oklch(0.838 0.122 67.1) |
Copy-ready code
/* CSS */
color: #ffba6f;
background-color: #ffba6f;
/* Tailwind (arbitrary) */
class="text-[#ffba6f] bg-[#ffba6f]"
/* SCSS */
$brand: #ffba6f;
/* SwiftUI */
Color(red: 1.000, green: 0.729, blue: 0.435)
/* Android */
Color.parseColor("#ffba6f")Accessibility — WCAG contrast
Aa
#ffba6f on white: 1.68:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffba6f on black: 12.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green72.9%
Blue43.5%
CMYK percentages
Cyan0.0%
Magenta27.1%
Yellow56.5%
Key (black)0.0%
Color previews
#ffba6f text on a black background
contrast 12.51:1
Card sample
#ffba6f text on a white background
contrast 1.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffba6f;
Background color
Panel with #ffba6f background
background-color: #ffba6f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffba6f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 186, 111, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 186, 111, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffba6f; background: linear-gradient(135deg, #ffba6f, #E4FF6F);