#fdb968
a light, electric orange · warm · closest name: peru
RGB
253, 185, 104
HSL
33°, 97%, 70%
CMYK
0, 27, 59, 1
Luminance
0.5658
Every format
| HEX | #fdb968 |
| RGB | rgb(253, 185, 104) |
| HSL | hsl(33, 97%, 70%) |
| CMYK | cmyk(0%, 27%, 59%, 1%) |
| LAB | lab(80.0 16.2 50.2) |
| LCH | lch(80.0 52.7 72.1) |
| OKLCH | oklch(0.833 0.126 69.4) |
Copy-ready code
/* CSS */
color: #fdb968;
background-color: #fdb968;
/* Tailwind (arbitrary) */
class="text-[#fdb968] bg-[#fdb968]"
/* SCSS */
$brand: #fdb968;
/* SwiftUI */
Color(red: 0.992, green: 0.725, blue: 0.408)
/* Android */
Color.parseColor("#fdb968")Accessibility — WCAG contrast
Aa
#fdb968 on white: 1.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdb968 on black: 12.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green72.5%
Blue40.8%
CMYK percentages
Cyan0.0%
Magenta26.9%
Yellow58.9%
Key (black)0.8%
Color previews
#fdb968 text on a black background
contrast 12.32:1
Card sample
#fdb968 text on a white background
contrast 1.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdb968;
Background color
Panel with #fdb968 background
background-color: #fdb968;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdb968;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 185, 104, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 185, 104, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdb968; background: linear-gradient(135deg, #fdb968, #DEFD68);