#f4cbba
a light, vivid orange · warm · closest name: tan
RGB
244, 203, 186
HSL
18°, 73%, 84%
CMYK
0, 17, 24, 4
Luminance
0.6549
Every format
| HEX | #f4cbba |
| RGB | rgb(244, 203, 186) |
| HSL | hsl(18, 73%, 84%) |
| CMYK | cmyk(0%, 17%, 24%, 4%) |
| LAB | lab(84.7 11.9 13.9) |
| LCH | lch(84.7 18.3 49.3) |
| OKLCH | oklch(0.873 0.052 43.7) |
Copy-ready code
/* CSS */
color: #f4cbba;
background-color: #f4cbba;
/* Tailwind (arbitrary) */
class="text-[#f4cbba] bg-[#f4cbba]"
/* SCSS */
$brand: #f4cbba;
/* SwiftUI */
Color(red: 0.957, green: 0.796, blue: 0.729)
/* Android */
Color.parseColor("#f4cbba")Accessibility — WCAG contrast
Aa
#f4cbba on white: 1.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f4cbba on black: 14.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.7%
Green79.6%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta16.8%
Yellow23.8%
Key (black)4.3%
Color previews
#f4cbba text on a black background
contrast 14.10:1
Card sample
#f4cbba text on a white background
contrast 1.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f4cbba;
Background color
Panel with #f4cbba background
background-color: #f4cbba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f4cbba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(244, 203, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(244, 203, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f4cbba; background: linear-gradient(135deg, #f4cbba, #F4F2BA);