#f3b751
a balanced, electric orange · warm · closest name: peru
RGB
243, 183, 81
HSL
38°, 87%, 64%
CMYK
0, 25, 67, 5
Luminance
0.5352
Every format
| HEX | #f3b751 |
| RGB | rgb(243, 183, 81) |
| HSL | hsl(38, 87%, 64%) |
| CMYK | cmyk(0%, 25%, 67%, 5%) |
| LAB | lab(78.2 11.7 58.6) |
| LCH | lch(78.2 59.8 78.7) |
| OKLCH | oklch(0.816 0.136 77.9) |
Copy-ready code
/* CSS */
color: #f3b751;
background-color: #f3b751;
/* Tailwind (arbitrary) */
class="text-[#f3b751] bg-[#f3b751]"
/* SCSS */
$brand: #f3b751;
/* SwiftUI */
Color(red: 0.953, green: 0.718, blue: 0.318)
/* Android */
Color.parseColor("#f3b751")Accessibility — WCAG contrast
Aa
#f3b751 on white: 1.79:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f3b751 on black: 11.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.3%
Green71.8%
Blue31.8%
CMYK percentages
Cyan0.0%
Magenta24.7%
Yellow66.7%
Key (black)4.7%
Color previews
#f3b751 text on a black background
contrast 11.70:1
Card sample
#f3b751 text on a white background
contrast 1.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f3b751;
Background color
Panel with #f3b751 background
background-color: #f3b751;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f3b751;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(243, 183, 81, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(243, 183, 81, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f3b751; background: linear-gradient(135deg, #f3b751, #C3F351);