#f2ba6b
a light, electric orange · warm · closest name: peru
RGB
242, 186, 107
HSL
35°, 84%, 68%
CMYK
0, 23, 56, 5
Luminance
0.5506
Every format
| HEX | #f2ba6b |
| RGB | rgb(242, 186, 107) |
| HSL | hsl(35, 84%, 68%) |
| CMYK | cmyk(0%, 23%, 56%, 5%) |
| LAB | lab(79.1 11.4 47.4) |
| LCH | lch(79.1 48.8 76.4) |
| OKLCH | oklch(0.824 0.116 74.5) |
Copy-ready code
/* CSS */
color: #f2ba6b;
background-color: #f2ba6b;
/* Tailwind (arbitrary) */
class="text-[#f2ba6b] bg-[#f2ba6b]"
/* SCSS */
$brand: #f2ba6b;
/* SwiftUI */
Color(red: 0.949, green: 0.729, blue: 0.420)
/* Android */
Color.parseColor("#f2ba6b")Accessibility — WCAG contrast
Aa
#f2ba6b on white: 1.75:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f2ba6b on black: 12.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.9%
Green72.9%
Blue42.0%
CMYK percentages
Cyan0.0%
Magenta23.1%
Yellow55.8%
Key (black)5.1%
Color previews
#f2ba6b text on a black background
contrast 12.01:1
Card sample
#f2ba6b text on a white background
contrast 1.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f2ba6b;
Background color
Panel with #f2ba6b background
background-color: #f2ba6b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f2ba6b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(242, 186, 107, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(242, 186, 107, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f2ba6b; background: linear-gradient(135deg, #f2ba6b, #D0F26B);