#f4cb9c
a light, electric orange · warm · closest name: tan
RGB
244, 203, 156
HSL
32°, 80%, 78%
CMYK
0, 17, 36, 4
Luminance
0.6435
Every format
| HEX | #f4cb9c |
| RGB | rgb(244, 203, 156) |
| HSL | hsl(32, 80%, 78%) |
| CMYK | cmyk(0%, 17%, 36%, 4%) |
| LAB | lab(84.2 8.1 28.9) |
| LCH | lch(84.2 30.0 74.4) |
| OKLCH | oklch(0.866 0.077 70.4) |
Copy-ready code
/* CSS */
color: #f4cb9c;
background-color: #f4cb9c;
/* Tailwind (arbitrary) */
class="text-[#f4cb9c] bg-[#f4cb9c]"
/* SCSS */
$brand: #f4cb9c;
/* SwiftUI */
Color(red: 0.957, green: 0.796, blue: 0.612)
/* Android */
Color.parseColor("#f4cb9c")Accessibility — WCAG contrast
Aa
#f4cb9c on white: 1.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f4cb9c on black: 13.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.7%
Green79.6%
Blue61.2%
CMYK percentages
Cyan0.0%
Magenta16.8%
Yellow36.1%
Key (black)4.3%
Color previews
#f4cb9c text on a black background
contrast 13.87:1
Card sample
#f4cb9c text on a white background
contrast 1.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f4cb9c;
Background color
Panel with #f4cb9c background
background-color: #f4cb9c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f4cb9c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(244, 203, 156, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(244, 203, 156, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f4cb9c; background: linear-gradient(135deg, #f4cb9c, #E2F49C);