#f6ddbf
a pale, electric orange · warm · closest name: beige
RGB
246, 221, 191
HSL
33°, 75%, 86%
CMYK
0, 10, 22, 4
Luminance
0.7507
Every format
| HEX | #f6ddbf |
| RGB | rgb(246, 221, 191) |
| HSL | hsl(33, 75%, 86%) |
| CMYK | cmyk(0%, 10%, 22%, 4%) |
| LAB | lab(89.4 4.0 17.9) |
| LCH | lch(89.4 18.3 77.3) |
| OKLCH | oklch(0.910 0.048 72.2) |
Copy-ready code
/* CSS */
color: #f6ddbf;
background-color: #f6ddbf;
/* Tailwind (arbitrary) */
class="text-[#f6ddbf] bg-[#f6ddbf]"
/* SCSS */
$brand: #f6ddbf;
/* SwiftUI */
Color(red: 0.965, green: 0.867, blue: 0.749)
/* Android */
Color.parseColor("#f6ddbf")Accessibility — WCAG contrast
Aa
#f6ddbf on white: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f6ddbf on black: 16.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.5%
Green86.7%
Blue74.9%
CMYK percentages
Cyan0.0%
Magenta10.2%
Yellow22.4%
Key (black)3.5%
Color previews
#f6ddbf text on a black background
contrast 16.01:1
Card sample
#f6ddbf text on a white background
contrast 1.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f6ddbf;
Background color
Panel with #f6ddbf background
background-color: #f6ddbf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f6ddbf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(246, 221, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(246, 221, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f6ddbf; background: linear-gradient(135deg, #f6ddbf, #EAF6BF);