#f9cfba
a pale, electric orange · warm · closest name: tan
RGB
249, 207, 186
HSL
20°, 84%, 85%
CMYK
0, 17, 25, 2
Luminance
0.6831
Every format
| HEX | #f9cfba |
| RGB | rgb(249, 207, 186) |
| HSL | hsl(20, 84%, 85%) |
| CMYK | cmyk(0%, 17%, 25%, 2%) |
| LAB | lab(86.2 11.7 16.0) |
| LCH | lch(86.2 19.8 53.8) |
| OKLCH | oklch(0.885 0.056 48.1) |
Copy-ready code
/* CSS */
color: #f9cfba;
background-color: #f9cfba;
/* Tailwind (arbitrary) */
class="text-[#f9cfba] bg-[#f9cfba]"
/* SCSS */
$brand: #f9cfba;
/* SwiftUI */
Color(red: 0.976, green: 0.812, blue: 0.729)
/* Android */
Color.parseColor("#f9cfba")Accessibility — WCAG contrast
Aa
#f9cfba on white: 1.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f9cfba on black: 14.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.6%
Green81.2%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta16.9%
Yellow25.3%
Key (black)2.4%
Color previews
#f9cfba text on a black background
contrast 14.66:1
Card sample
#f9cfba text on a white background
contrast 1.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f9cfba;
Background color
Panel with #f9cfba background
background-color: #f9cfba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f9cfba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(249, 207, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(249, 207, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f9cfba; background: linear-gradient(135deg, #f9cfba, #F9F9BA);