#f6dccc
a pale, vivid orange · warm · closest name: beige
RGB
246, 220, 204
HSL
23°, 70%, 88%
CMYK
0, 11, 17, 4
Luminance
0.7514
Every format
| HEX | #f6dccc |
| RGB | rgb(246, 220, 204) |
| HSL | hsl(23, 70%, 88%) |
| CMYK | cmyk(0%, 11%, 17%, 4%) |
| LAB | lab(89.5 6.4 11.1) |
| LCH | lch(89.5 12.9 59.9) |
| OKLCH | oklch(0.912 0.036 53.7) |
Copy-ready code
/* CSS */
color: #f6dccc;
background-color: #f6dccc;
/* Tailwind (arbitrary) */
class="text-[#f6dccc] bg-[#f6dccc]"
/* SCSS */
$brand: #f6dccc;
/* SwiftUI */
Color(red: 0.965, green: 0.863, blue: 0.800)
/* Android */
Color.parseColor("#f6dccc")Accessibility — WCAG contrast
Aa
#f6dccc on white: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f6dccc on black: 16.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.5%
Green86.3%
Blue80.0%
CMYK percentages
Cyan0.0%
Magenta10.6%
Yellow17.1%
Key (black)3.5%
Color previews
#f6dccc text on a black background
contrast 16.03:1
Card sample
#f6dccc text on a white background
contrast 1.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f6dccc;
Background color
Panel with #f6dccc background
background-color: #f6dccc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f6dccc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(246, 220, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(246, 220, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f6dccc; background: linear-gradient(135deg, #f6dccc, #F4F6CC);