#f3b968
a light, electric orange · warm · closest name: peru
RGB
243, 185, 104
HSL
35°, 85%, 68%
CMYK
0, 24, 57, 5
Luminance
0.5475
Every format
| HEX | #f3b968 |
| RGB | rgb(243, 185, 104) |
| HSL | hsl(35, 85%, 68%) |
| CMYK | cmyk(0%, 24%, 57%, 5%) |
| LAB | lab(78.9 12.1 48.7) |
| LCH | lch(78.9 50.2 76.0) |
| OKLCH | oklch(0.823 0.119 74.0) |
Copy-ready code
/* CSS */
color: #f3b968;
background-color: #f3b968;
/* Tailwind (arbitrary) */
class="text-[#f3b968] bg-[#f3b968]"
/* SCSS */
$brand: #f3b968;
/* SwiftUI */
Color(red: 0.953, green: 0.725, blue: 0.408)
/* Android */
Color.parseColor("#f3b968")Accessibility — WCAG contrast
Aa
#f3b968 on white: 1.76:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f3b968 on black: 11.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.3%
Green72.5%
Blue40.8%
CMYK percentages
Cyan0.0%
Magenta23.9%
Yellow57.2%
Key (black)4.7%
Color previews
#f3b968 text on a black background
contrast 11.95:1
Card sample
#f3b968 text on a white background
contrast 1.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f3b968;
Background color
Panel with #f3b968 background
background-color: #f3b968;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f3b968;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(243, 185, 104, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(243, 185, 104, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f3b968; background: linear-gradient(135deg, #f3b968, #D0F368);