#f7ebbe
a pale, electric yellow · cool · closest name: beige
RGB
247, 235, 190
HSL
47°, 78%, 86%
CMYK
0, 5, 23, 3
Luminance
0.8291
Every format
| HEX | #f7ebbe |
| RGB | rgb(247, 235, 190) |
| HSL | hsl(47, 78%, 86%) |
| CMYK | cmyk(0%, 5%, 23%, 3%) |
| LAB | lab(93.0 -2.9 23.3) |
| LCH | lch(93.0 23.5 97.0) |
| OKLCH | oklch(0.939 0.060 94.9) |
Copy-ready code
/* CSS */
color: #f7ebbe;
background-color: #f7ebbe;
/* Tailwind (arbitrary) */
class="text-[#f7ebbe] bg-[#f7ebbe]"
/* SCSS */
$brand: #f7ebbe;
/* SwiftUI */
Color(red: 0.969, green: 0.922, blue: 0.745)
/* Android */
Color.parseColor("#f7ebbe")Accessibility — WCAG contrast
Aa
#f7ebbe on white: 1.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f7ebbe on black: 17.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.9%
Green92.2%
Blue74.5%
CMYK percentages
Cyan0.0%
Magenta4.9%
Yellow23.1%
Key (black)3.1%
Color previews
#f7ebbe text on a black background
contrast 17.58:1
Card sample
#f7ebbe text on a white background
contrast 1.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f7ebbe;
Background color
Panel with #f7ebbe background
background-color: #f7ebbe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f7ebbe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(247, 235, 190, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(247, 235, 190, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f7ebbe; background: linear-gradient(135deg, #f7ebbe, #DDF7BE);