#f6cbab
a light, electric orange · warm · closest name: tan
RGB
246, 203, 171
HSL
26°, 81%, 82%
CMYK
0, 18, 31, 4
Luminance
0.6524
Every format
| HEX | #f6cbab |
| RGB | rgb(246, 203, 171) |
| HSL | hsl(26, 81%, 82%) |
| CMYK | cmyk(0%, 18%, 31%, 4%) |
| LAB | lab(84.6 10.7 21.7) |
| LCH | lch(84.6 24.2 63.8) |
| OKLCH | oklch(0.871 0.065 58.4) |
Copy-ready code
/* CSS */
color: #f6cbab;
background-color: #f6cbab;
/* Tailwind (arbitrary) */
class="text-[#f6cbab] bg-[#f6cbab]"
/* SCSS */
$brand: #f6cbab;
/* SwiftUI */
Color(red: 0.965, green: 0.796, blue: 0.671)
/* Android */
Color.parseColor("#f6cbab")Accessibility — WCAG contrast
Aa
#f6cbab on white: 1.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f6cbab on black: 14.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.5%
Green79.6%
Blue67.1%
CMYK percentages
Cyan0.0%
Magenta17.5%
Yellow30.5%
Key (black)3.5%
Color previews
#f6cbab text on a black background
contrast 14.05:1
Card sample
#f6cbab text on a white background
contrast 1.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f6cbab;
Background color
Panel with #f6cbab background
background-color: #f6cbab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f6cbab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(246, 203, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(246, 203, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f6cbab; background: linear-gradient(135deg, #f6cbab, #EFF6AB);