#f6cfab
a light, electric orange · warm · closest name: tan
RGB
246, 207, 171
HSL
29°, 81%, 82%
CMYK
0, 16, 31, 4
Luminance
0.6716
Every format
| HEX | #f6cfab |
| RGB | rgb(246, 207, 171) |
| HSL | hsl(29, 81%, 82%) |
| CMYK | cmyk(0%, 16%, 31%, 4%) |
| LAB | lab(85.6 8.6 23.0) |
| LCH | lch(85.6 24.6 69.5) |
| OKLCH | oklch(0.879 0.065 64.5) |
Copy-ready code
/* CSS */
color: #f6cfab;
background-color: #f6cfab;
/* Tailwind (arbitrary) */
class="text-[#f6cfab] bg-[#f6cfab]"
/* SCSS */
$brand: #f6cfab;
/* SwiftUI */
Color(red: 0.965, green: 0.812, blue: 0.671)
/* Android */
Color.parseColor("#f6cfab")Accessibility — WCAG contrast
Aa
#f6cfab on white: 1.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f6cfab on black: 14.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.5%
Green81.2%
Blue67.1%
CMYK percentages
Cyan0.0%
Magenta15.9%
Yellow30.5%
Key (black)3.5%
Color previews
#f6cfab text on a black background
contrast 14.43:1
Card sample
#f6cfab text on a white background
contrast 1.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f6cfab;
Background color
Panel with #f6cfab background
background-color: #f6cfab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f6cfab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(246, 207, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(246, 207, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f6cfab; background: linear-gradient(135deg, #f6cfab, #EBF6AB);