#f6ccba
a light, electric orange · warm · closest name: tan
RGB
246, 204, 186
HSL
18°, 77%, 85%
CMYK
0, 17, 24, 4
Luminance
0.6632
Every format
| HEX | #f6ccba |
| RGB | rgb(246, 204, 186) |
| HSL | hsl(18, 77%, 85%) |
| CMYK | cmyk(0%, 17%, 24%, 4%) |
| LAB | lab(85.2 12.2 14.5) |
| LCH | lch(85.2 18.9 50.1) |
| OKLCH | oklch(0.877 0.054 44.5) |
Copy-ready code
/* CSS */
color: #f6ccba;
background-color: #f6ccba;
/* Tailwind (arbitrary) */
class="text-[#f6ccba] bg-[#f6ccba]"
/* SCSS */
$brand: #f6ccba;
/* SwiftUI */
Color(red: 0.965, green: 0.800, blue: 0.729)
/* Android */
Color.parseColor("#f6ccba")Accessibility — WCAG contrast
Aa
#f6ccba on white: 1.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f6ccba on black: 14.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.5%
Green80.0%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta17.1%
Yellow24.4%
Key (black)3.5%
Color previews
#f6ccba text on a black background
contrast 14.26:1
Card sample
#f6ccba text on a white background
contrast 1.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f6ccba;
Background color
Panel with #f6ccba background
background-color: #f6ccba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f6ccba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(246, 204, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(246, 204, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f6ccba; background: linear-gradient(135deg, #f6ccba, #F6F4BA);