#f9cbb3
a light, electric orange · warm · closest name: tan
RGB
249, 203, 179
HSL
21°, 85%, 84%
CMYK
0, 19, 28, 2
Luminance
0.6611
Every format
| HEX | #f9cbb3 |
| RGB | rgb(249, 203, 179) |
| HSL | hsl(21, 85%, 84%) |
| CMYK | cmyk(0%, 19%, 28%, 2%) |
| LAB | lab(85.0 12.8 18.1) |
| LCH | lch(85.0 22.2 54.6) |
| OKLCH | oklch(0.876 0.062 49.0) |
Copy-ready code
/* CSS */
color: #f9cbb3;
background-color: #f9cbb3;
/* Tailwind (arbitrary) */
class="text-[#f9cbb3] bg-[#f9cbb3]"
/* SCSS */
$brand: #f9cbb3;
/* SwiftUI */
Color(red: 0.976, green: 0.796, blue: 0.702)
/* Android */
Color.parseColor("#f9cbb3")Accessibility — WCAG contrast
Aa
#f9cbb3 on white: 1.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f9cbb3 on black: 14.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.6%
Green79.6%
Blue70.2%
CMYK percentages
Cyan0.0%
Magenta18.5%
Yellow28.1%
Key (black)2.4%
Color previews
#f9cbb3 text on a black background
contrast 14.22:1
Card sample
#f9cbb3 text on a white background
contrast 1.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f9cbb3;
Background color
Panel with #f9cbb3 background
background-color: #f9cbb3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f9cbb3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(249, 203, 179, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(249, 203, 179, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f9cbb3; background: linear-gradient(135deg, #f9cbb3, #F8F9B3);