#f7f8cb
a pale, electric yellow · cool · closest name: beige
RGB
247, 248, 203
HSL
61°, 76%, 88%
CMYK
0, 0, 18, 3
Luminance
0.9122
Every format
| HEX | #f7f8cb |
| RGB | rgb(247, 248, 203) |
| HSL | hsl(61, 76%, 88%) |
| CMYK | cmyk(0%, 0%, 18%, 3%) |
| LAB | lab(96.5 -7.6 21.6) |
| LCH | lch(96.5 22.9 109.3) |
| OKLCH | oklch(0.967 0.058 108.5) |
Copy-ready code
/* CSS */
color: #f7f8cb;
background-color: #f7f8cb;
/* Tailwind (arbitrary) */
class="text-[#f7f8cb] bg-[#f7f8cb]"
/* SCSS */
$brand: #f7f8cb;
/* SwiftUI */
Color(red: 0.969, green: 0.973, blue: 0.796)
/* Android */
Color.parseColor("#f7f8cb")Accessibility — WCAG contrast
Aa
#f7f8cb on white: 1.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f7f8cb on black: 19.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.9%
Green97.3%
Blue79.6%
CMYK percentages
Cyan0.4%
Magenta0.0%
Yellow18.1%
Key (black)2.7%
Color previews
#f7f8cb text on a black background
contrast 19.24:1
Card sample
#f7f8cb text on a white background
contrast 1.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f7f8cb;
Background color
Panel with #f7f8cb background
background-color: #f7f8cb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f7f8cb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(247, 248, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(247, 248, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f7f8cb; background: linear-gradient(135deg, #f7f8cb, #D9F8CB);