#fbc06a
a light, electric orange · warm · closest name: peru
RGB
251, 192, 106
HSL
36°, 95%, 70%
CMYK
0, 24, 58, 2
Luminance
0.5925
Every format
| HEX | #fbc06a |
| RGB | rgb(251, 192, 106) |
| HSL | hsl(36, 95%, 70%) |
| CMYK | cmyk(0%, 24%, 58%, 2%) |
| LAB | lab(81.4 11.9 50.9) |
| LCH | lch(81.4 52.3 76.9) |
| OKLCH | oklch(0.844 0.124 75.1) |
Copy-ready code
/* CSS */
color: #fbc06a;
background-color: #fbc06a;
/* Tailwind (arbitrary) */
class="text-[#fbc06a] bg-[#fbc06a]"
/* SCSS */
$brand: #fbc06a;
/* SwiftUI */
Color(red: 0.984, green: 0.753, blue: 0.416)
/* Android */
Color.parseColor("#fbc06a")Accessibility — WCAG contrast
Aa
#fbc06a on white: 1.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fbc06a on black: 12.85:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.4%
Green75.3%
Blue41.6%
CMYK percentages
Cyan0.0%
Magenta23.5%
Yellow57.8%
Key (black)1.6%
Color previews
#fbc06a text on a black background
contrast 12.85:1
Card sample
#fbc06a text on a white background
contrast 1.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fbc06a;
Background color
Panel with #fbc06a background
background-color: #fbc06a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fbc06a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(251, 192, 106, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(251, 192, 106, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fbc06a; background: linear-gradient(135deg, #fbc06a, #D5FB6A);