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