#f6daba
a light, electric orange · warm · closest name: beige
RGB
246, 218, 186
HSL
32°, 77%, 85%
CMYK
0, 11, 24, 4
Luminance
0.7328
Every format
| HEX | #f6daba |
| RGB | rgb(246, 218, 186) |
| HSL | hsl(32, 77%, 85%) |
| CMYK | cmyk(0%, 11%, 24%, 4%) |
| LAB | lab(88.6 4.9 19.3) |
| LCH | lch(88.6 19.9 75.8) |
| OKLCH | oklch(0.903 0.052 70.8) |
Copy-ready code
/* CSS */
color: #f6daba;
background-color: #f6daba;
/* Tailwind (arbitrary) */
class="text-[#f6daba] bg-[#f6daba]"
/* SCSS */
$brand: #f6daba;
/* SwiftUI */
Color(red: 0.965, green: 0.855, blue: 0.729)
/* Android */
Color.parseColor("#f6daba")Accessibility — WCAG contrast
Aa
#f6daba on white: 1.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f6daba on black: 15.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.5%
Green85.5%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta11.4%
Yellow24.4%
Key (black)3.5%
Color previews
#f6daba text on a black background
contrast 15.66:1
Card sample
#f6daba text on a white background
contrast 1.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f6daba;
Background color
Panel with #f6daba background
background-color: #f6daba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f6daba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(246, 218, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(246, 218, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f6daba; background: linear-gradient(135deg, #f6daba, #EAF6BA);