#f7dac2
a pale, electric orange · warm · closest name: beige
RGB
247, 218, 194
HSL
27°, 77%, 87%
CMYK
0, 12, 22, 3
Luminance
0.7381
Every format
| HEX | #f7dac2 |
| RGB | rgb(247, 218, 194) |
| HSL | hsl(27, 77%, 87%) |
| CMYK | cmyk(0%, 12%, 22%, 3%) |
| LAB | lab(88.8 6.4 15.5) |
| LCH | lch(88.8 16.8 67.7) |
| OKLCH | oklch(0.906 0.045 61.8) |
Copy-ready code
/* CSS */
color: #f7dac2;
background-color: #f7dac2;
/* Tailwind (arbitrary) */
class="text-[#f7dac2] bg-[#f7dac2]"
/* SCSS */
$brand: #f7dac2;
/* SwiftUI */
Color(red: 0.969, green: 0.855, blue: 0.761)
/* Android */
Color.parseColor("#f7dac2")Accessibility — WCAG contrast
Aa
#f7dac2 on white: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f7dac2 on black: 15.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.9%
Green85.5%
Blue76.1%
CMYK percentages
Cyan0.0%
Magenta11.7%
Yellow21.5%
Key (black)3.1%
Color previews
#f7dac2 text on a black background
contrast 15.76:1
Card sample
#f7dac2 text on a white background
contrast 1.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f7dac2;
Background color
Panel with #f7dac2 background
background-color: #f7dac2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f7dac2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(247, 218, 194, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(247, 218, 194, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f7dac2; background: linear-gradient(135deg, #f7dac2, #F1F7C2);