#f6ba6f
a light, electric orange · warm · closest name: peru
RGB
246, 186, 111
HSL
33°, 88%, 70%
CMYK
0, 24, 55, 4
Luminance
0.5586
Every format
| HEX | #f6ba6f |
| RGB | rgb(246, 186, 111) |
| HSL | hsl(33, 88%, 70%) |
| CMYK | cmyk(0%, 24%, 55%, 4%) |
| LAB | lab(79.5 13.4 46.0) |
| LCH | lch(79.5 48.0 73.8) |
| OKLCH | oklch(0.829 0.116 71.3) |
Copy-ready code
/* CSS */
color: #f6ba6f;
background-color: #f6ba6f;
/* Tailwind (arbitrary) */
class="text-[#f6ba6f] bg-[#f6ba6f]"
/* SCSS */
$brand: #f6ba6f;
/* SwiftUI */
Color(red: 0.965, green: 0.729, blue: 0.435)
/* Android */
Color.parseColor("#f6ba6f")Accessibility — WCAG contrast
Aa
#f6ba6f on white: 1.73:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f6ba6f on black: 12.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.5%
Green72.9%
Blue43.5%
CMYK percentages
Cyan0.0%
Magenta24.4%
Yellow54.9%
Key (black)3.5%
Color previews
#f6ba6f text on a black background
contrast 12.17:1
Card sample
#f6ba6f text on a white background
contrast 1.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f6ba6f;
Background color
Panel with #f6ba6f background
background-color: #f6ba6f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f6ba6f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(246, 186, 111, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(246, 186, 111, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f6ba6f; background: linear-gradient(135deg, #f6ba6f, #D8F66F);