#f7ebcf
a pale, vivid yellow · warm · closest name: beige
RGB
247, 235, 207
HSL
42°, 71%, 89%
CMYK
0, 5, 16, 3
Luminance
0.8370
Every format
| HEX | #f7ebcf |
| RGB | rgb(247, 235, 207) |
| HSL | hsl(42, 71%, 89%) |
| CMYK | cmyk(0%, 5%, 16%, 3%) |
| LAB | lab(93.3 -0.4 15.1) |
| LCH | lch(93.3 15.1 91.7) |
| OKLCH | oklch(0.942 0.039 87.6) |
Copy-ready code
/* CSS */
color: #f7ebcf;
background-color: #f7ebcf;
/* Tailwind (arbitrary) */
class="text-[#f7ebcf] bg-[#f7ebcf]"
/* SCSS */
$brand: #f7ebcf;
/* SwiftUI */
Color(red: 0.969, green: 0.922, blue: 0.812)
/* Android */
Color.parseColor("#f7ebcf")Accessibility — WCAG contrast
Aa
#f7ebcf on white: 1.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f7ebcf on black: 17.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.9%
Green92.2%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta4.9%
Yellow16.2%
Key (black)3.1%
Color previews
#f7ebcf text on a black background
contrast 17.74:1
Card sample
#f7ebcf text on a white background
contrast 1.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f7ebcf;
Background color
Panel with #f7ebcf background
background-color: #f7ebcf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f7ebcf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(247, 235, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(247, 235, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f7ebcf; background: linear-gradient(135deg, #f7ebcf, #E8F7CF);