#f9cbaf
a light, electric orange · warm · closest name: tan
RGB
249, 203, 175
HSL
23°, 86%, 83%
CMYK
0, 19, 30, 2
Luminance
0.6595
Every format
| HEX | #f9cbaf |
| RGB | rgb(249, 203, 175) |
| HSL | hsl(23, 86%, 83%) |
| CMYK | cmyk(0%, 19%, 30%, 2%) |
| LAB | lab(85.0 12.3 20.1) |
| LCH | lch(85.0 23.6 58.5) |
| OKLCH | oklch(0.875 0.065 53.0) |
Copy-ready code
/* CSS */
color: #f9cbaf;
background-color: #f9cbaf;
/* Tailwind (arbitrary) */
class="text-[#f9cbaf] bg-[#f9cbaf]"
/* SCSS */
$brand: #f9cbaf;
/* SwiftUI */
Color(red: 0.976, green: 0.796, blue: 0.686)
/* Android */
Color.parseColor("#f9cbaf")Accessibility — WCAG contrast
Aa
#f9cbaf on white: 1.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f9cbaf on black: 14.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.6%
Green79.6%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta18.5%
Yellow29.7%
Key (black)2.4%
Color previews
#f9cbaf text on a black background
contrast 14.19:1
Card sample
#f9cbaf text on a white background
contrast 1.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f9cbaf;
Background color
Panel with #f9cbaf background
background-color: #f9cbaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f9cbaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(249, 203, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(249, 203, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f9cbaf; background: linear-gradient(135deg, #f9cbaf, #F6F9AF);