#f7dabc
a pale, electric orange · warm · closest name: beige
RGB
247, 218, 188
HSL
31°, 79%, 85%
CMYK
0, 12, 24, 3
Luminance
0.7355
Every format
| HEX | #f7dabc |
| RGB | rgb(247, 218, 188) |
| HSL | hsl(31, 79%, 85%) |
| CMYK | cmyk(0%, 12%, 24%, 3%) |
| LAB | lab(88.7 5.5 18.5) |
| LCH | lch(88.7 19.3 73.3) |
| OKLCH | oklch(0.905 0.051 68.1) |
Copy-ready code
/* CSS */
color: #f7dabc;
background-color: #f7dabc;
/* Tailwind (arbitrary) */
class="text-[#f7dabc] bg-[#f7dabc]"
/* SCSS */
$brand: #f7dabc;
/* SwiftUI */
Color(red: 0.969, green: 0.855, blue: 0.737)
/* Android */
Color.parseColor("#f7dabc")Accessibility — WCAG contrast
Aa
#f7dabc on white: 1.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f7dabc on black: 15.71:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.9%
Green85.5%
Blue73.7%
CMYK percentages
Cyan0.0%
Magenta11.7%
Yellow23.9%
Key (black)3.1%
Color previews
#f7dabc text on a black background
contrast 15.71:1
Card sample
#f7dabc text on a white background
contrast 1.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f7dabc;
Background color
Panel with #f7dabc background
background-color: #f7dabc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f7dabc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(247, 218, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(247, 218, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f7dabc; background: linear-gradient(135deg, #f7dabc, #EDF7BC);