#f6ceac
a light, electric orange · warm · closest name: tan
RGB
246, 206, 172
HSL
28°, 80%, 82%
CMYK
0, 16, 30, 4
Luminance
0.6671
Every format
| HEX | #f6ceac |
| RGB | rgb(246, 206, 172) |
| HSL | hsl(28, 80%, 82%) |
| CMYK | cmyk(0%, 16%, 30%, 4%) |
| LAB | lab(85.4 9.3 22.2) |
| LCH | lch(85.4 24.0 67.4) |
| OKLCH | oklch(0.877 0.064 62.2) |
Copy-ready code
/* CSS */
color: #f6ceac;
background-color: #f6ceac;
/* Tailwind (arbitrary) */
class="text-[#f6ceac] bg-[#f6ceac]"
/* SCSS */
$brand: #f6ceac;
/* SwiftUI */
Color(red: 0.965, green: 0.808, blue: 0.675)
/* Android */
Color.parseColor("#f6ceac")Accessibility — WCAG contrast
Aa
#f6ceac on white: 1.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f6ceac on black: 14.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.5%
Green80.8%
Blue67.5%
CMYK percentages
Cyan0.0%
Magenta16.3%
Yellow30.1%
Key (black)3.5%
Color previews
#f6ceac text on a black background
contrast 14.34:1
Card sample
#f6ceac text on a white background
contrast 1.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f6ceac;
Background color
Panel with #f6ceac background
background-color: #f6ceac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f6ceac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(246, 206, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(246, 206, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f6ceac; background: linear-gradient(135deg, #f6ceac, #EDF6AC);