#f6cdb8
a light, electric orange · warm · closest name: tan
RGB
246, 205, 184
HSL
20°, 78%, 84%
CMYK
0, 17, 25, 4
Luminance
0.6672
Every format
| HEX | #f6cdb8 |
| RGB | rgb(246, 205, 184) |
| HSL | hsl(20, 78%, 84%) |
| CMYK | cmyk(0%, 17%, 25%, 4%) |
| LAB | lab(85.4 11.4 15.9) |
| LCH | lch(85.4 19.5 54.4) |
| OKLCH | oklch(0.878 0.055 48.7) |
Copy-ready code
/* CSS */
color: #f6cdb8;
background-color: #f6cdb8;
/* Tailwind (arbitrary) */
class="text-[#f6cdb8] bg-[#f6cdb8]"
/* SCSS */
$brand: #f6cdb8;
/* SwiftUI */
Color(red: 0.965, green: 0.804, blue: 0.722)
/* Android */
Color.parseColor("#f6cdb8")Accessibility — WCAG contrast
Aa
#f6cdb8 on white: 1.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f6cdb8 on black: 14.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.5%
Green80.4%
Blue72.2%
CMYK percentages
Cyan0.0%
Magenta16.7%
Yellow25.2%
Key (black)3.5%
Color previews
#f6cdb8 text on a black background
contrast 14.34:1
Card sample
#f6cdb8 text on a white background
contrast 1.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f6cdb8;
Background color
Panel with #f6cdb8 background
background-color: #f6cdb8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f6cdb8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(246, 205, 184, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(246, 205, 184, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f6cdb8; background: linear-gradient(135deg, #f6cdb8, #F6F6B8);