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