#f7f7ef
a pale, soft yellow · cool · closest name: ivory
RGB
247, 247, 239
HSL
60°, 33%, 95%
CMYK
0, 0, 3, 3
Luminance
0.9253
Every format
| HEX | #f7f7ef |
| RGB | rgb(247, 247, 239) |
| HSL | hsl(60, 33%, 95%) |
| CMYK | cmyk(0%, 0%, 3%, 3%) |
| LAB | lab(97.0 -1.4 3.8) |
| LCH | lch(97.0 4.1 109.9) |
| OKLCH | oklch(0.974 0.011 106.6) |
Copy-ready code
/* CSS */
color: #f7f7ef;
background-color: #f7f7ef;
/* Tailwind (arbitrary) */
class="text-[#f7f7ef] bg-[#f7f7ef]"
/* SCSS */
$brand: #f7f7ef;
/* SwiftUI */
Color(red: 0.969, green: 0.969, blue: 0.937)
/* Android */
Color.parseColor("#f7f7ef")Accessibility — WCAG contrast
Aa
#f7f7ef on white: 1.08:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f7f7ef on black: 19.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.9%
Green96.9%
Blue93.7%
CMYK percentages
Cyan0.0%
Magenta0.0%
Yellow3.2%
Key (black)3.1%
Color previews
#f7f7ef text on a black background
contrast 19.51:1
Card sample
#f7f7ef text on a white background
contrast 1.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f7f7ef;
Background color
Panel with #f7f7ef background
background-color: #f7f7ef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f7f7ef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(247, 247, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(247, 247, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f7f7ef; background: linear-gradient(135deg, #f7f7ef, #F2F7EF);