#f9cebb
a pale, electric orange · warm · closest name: tan
RGB
249, 206, 187
HSL
18°, 84%, 86%
CMYK
0, 17, 25, 2
Luminance
0.6787
Every format
| HEX | #f9cebb |
| RGB | rgb(249, 206, 187) |
| HSL | hsl(18, 84%, 86%) |
| CMYK | cmyk(0%, 17%, 25%, 2%) |
| LAB | lab(85.9 12.4 15.1) |
| LCH | lch(85.9 19.5 50.8) |
| OKLCH | oklch(0.883 0.055 45.1) |
Copy-ready code
/* CSS */
color: #f9cebb;
background-color: #f9cebb;
/* Tailwind (arbitrary) */
class="text-[#f9cebb] bg-[#f9cebb]"
/* SCSS */
$brand: #f9cebb;
/* SwiftUI */
Color(red: 0.976, green: 0.808, blue: 0.733)
/* Android */
Color.parseColor("#f9cebb")Accessibility — WCAG contrast
Aa
#f9cebb on white: 1.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f9cebb on black: 14.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.6%
Green80.8%
Blue73.3%
CMYK percentages
Cyan0.0%
Magenta17.3%
Yellow24.9%
Key (black)2.4%
Color previews
#f9cebb text on a black background
contrast 14.57:1
Card sample
#f9cebb text on a white background
contrast 1.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f9cebb;
Background color
Panel with #f9cebb background
background-color: #f9cebb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f9cebb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(249, 206, 187, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(249, 206, 187, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f9cebb; background: linear-gradient(135deg, #f9cebb, #F9F7BB);