#f3b358
a balanced, electric orange · warm · closest name: peru
RGB
243, 179, 88
HSL
35°, 87%, 65%
CMYK
0, 26, 64, 5
Luminance
0.5200
Every format
| HEX | #f3b358 |
| RGB | rgb(243, 179, 88) |
| HSL | hsl(35, 87%, 65%) |
| CMYK | cmyk(0%, 26%, 64%, 5%) |
| LAB | lab(77.3 14.2 54.5) |
| LCH | lch(77.3 56.3 75.4) |
| OKLCH | oklch(0.809 0.131 73.6) |
Copy-ready code
/* CSS */
color: #f3b358;
background-color: #f3b358;
/* Tailwind (arbitrary) */
class="text-[#f3b358] bg-[#f3b358]"
/* SCSS */
$brand: #f3b358;
/* SwiftUI */
Color(red: 0.953, green: 0.702, blue: 0.345)
/* Android */
Color.parseColor("#f3b358")Accessibility — WCAG contrast
Aa
#f3b358 on white: 1.84:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f3b358 on black: 11.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.3%
Green70.2%
Blue34.5%
CMYK percentages
Cyan0.0%
Magenta26.3%
Yellow63.8%
Key (black)4.7%
Color previews
#f3b358 text on a black background
contrast 11.40:1
Card sample
#f3b358 text on a white background
contrast 1.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f3b358;
Background color
Panel with #f3b358 background
background-color: #f3b358;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f3b358;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(243, 179, 88, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(243, 179, 88, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f3b358; background: linear-gradient(135deg, #f3b358, #CCF358);