#f7ebbc
a pale, electric yellow · cool · closest name: beige
RGB
247, 235, 188
HSL
48°, 79%, 85%
CMYK
0, 5, 24, 3
Luminance
0.8282
Every format
| HEX | #f7ebbc |
| RGB | rgb(247, 235, 188) |
| HSL | hsl(48, 79%, 85%) |
| CMYK | cmyk(0%, 5%, 24%, 3%) |
| LAB | lab(92.9 -3.2 24.3) |
| LCH | lch(92.9 24.5 97.4) |
| OKLCH | oklch(0.938 0.062 95.4) |
Copy-ready code
/* CSS */
color: #f7ebbc;
background-color: #f7ebbc;
/* Tailwind (arbitrary) */
class="text-[#f7ebbc] bg-[#f7ebbc]"
/* SCSS */
$brand: #f7ebbc;
/* SwiftUI */
Color(red: 0.969, green: 0.922, blue: 0.737)
/* Android */
Color.parseColor("#f7ebbc")Accessibility — WCAG contrast
Aa
#f7ebbc on white: 1.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f7ebbc on black: 17.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.9%
Green92.2%
Blue73.7%
CMYK percentages
Cyan0.0%
Magenta4.9%
Yellow23.9%
Key (black)3.1%
Color previews
#f7ebbc text on a black background
contrast 17.56:1
Card sample
#f7ebbc text on a white background
contrast 1.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f7ebbc;
Background color
Panel with #f7ebbc background
background-color: #f7ebbc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f7ebbc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(247, 235, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(247, 235, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f7ebbc; background: linear-gradient(135deg, #f7ebbc, #DCF7BC);