#fdb68f
a light, electric orange · warm · closest name: tan
RGB
253, 182, 143
HSL
21°, 97%, 78%
CMYK
0, 28, 44, 1
Luminance
0.5632
Every format
| HEX | #fdb68f |
| RGB | rgb(253, 182, 143) |
| HSL | hsl(21, 97%, 78%) |
| CMYK | cmyk(0%, 28%, 44%, 1%) |
| LAB | lab(79.8 21.2 30.1) |
| LCH | lch(79.8 36.8 54.8) |
| OKLCH | oklch(0.834 0.098 49.7) |
Copy-ready code
/* CSS */
color: #fdb68f;
background-color: #fdb68f;
/* Tailwind (arbitrary) */
class="text-[#fdb68f] bg-[#fdb68f]"
/* SCSS */
$brand: #fdb68f;
/* SwiftUI */
Color(red: 0.992, green: 0.714, blue: 0.561)
/* Android */
Color.parseColor("#fdb68f")Accessibility — WCAG contrast
Aa
#fdb68f on white: 1.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdb68f on black: 12.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green71.4%
Blue56.1%
CMYK percentages
Cyan0.0%
Magenta28.1%
Yellow43.5%
Key (black)0.8%
Color previews
#fdb68f text on a black background
contrast 12.26:1
Card sample
#fdb68f text on a white background
contrast 1.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdb68f;
Background color
Panel with #fdb68f background
background-color: #fdb68f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdb68f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 182, 143, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 182, 143, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdb68f; background: linear-gradient(135deg, #fdb68f, #FBFD8F);