#f6dfbc
a pale, electric orange · warm · closest name: beige
RGB
246, 223, 188
HSL
36°, 76%, 85%
CMYK
0, 9, 24, 4
Luminance
0.7600
Every format
| HEX | #f6dfbc |
| RGB | rgb(246, 223, 188) |
| HSL | hsl(36, 76%, 85%) |
| CMYK | cmyk(0%, 9%, 24%, 4%) |
| LAB | lab(89.9 2.6 20.1) |
| LCH | lch(89.9 20.2 82.7) |
| OKLCH | oklch(0.914 0.052 78.3) |
Copy-ready code
/* CSS */
color: #f6dfbc;
background-color: #f6dfbc;
/* Tailwind (arbitrary) */
class="text-[#f6dfbc] bg-[#f6dfbc]"
/* SCSS */
$brand: #f6dfbc;
/* SwiftUI */
Color(red: 0.965, green: 0.875, blue: 0.737)
/* Android */
Color.parseColor("#f6dfbc")Accessibility — WCAG contrast
Aa
#f6dfbc on white: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f6dfbc on black: 16.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.5%
Green87.5%
Blue73.7%
CMYK percentages
Cyan0.0%
Magenta9.3%
Yellow23.6%
Key (black)3.5%
Color previews
#f6dfbc text on a black background
contrast 16.20:1
Card sample
#f6dfbc text on a white background
contrast 1.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f6dfbc;
Background color
Panel with #f6dfbc background
background-color: #f6dfbc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f6dfbc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(246, 223, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(246, 223, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f6dfbc; background: linear-gradient(135deg, #f6dfbc, #E6F6BC);