#fefef6
a pale, electric yellow · cool · closest name: ivory
RGB
254, 254, 246
HSL
60°, 80%, 98%
CMYK
0, 0, 3, 0
Luminance
0.9861
Every format
| HEX | #fefef6 |
| RGB | rgb(254, 254, 246) |
| HSL | hsl(60, 80%, 98%) |
| CMYK | cmyk(0%, 0%, 3%, 0%) |
| LAB | lab(99.5 -1.4 3.8) |
| LCH | lch(99.5 4.1 109.9) |
| OKLCH | oklch(0.995 0.011 106.6) |
Copy-ready code
/* CSS */
color: #fefef6;
background-color: #fefef6;
/* Tailwind (arbitrary) */
class="text-[#fefef6] bg-[#fefef6]"
/* SCSS */
$brand: #fefef6;
/* SwiftUI */
Color(red: 0.996, green: 0.996, blue: 0.965)
/* Android */
Color.parseColor("#fefef6")Accessibility — WCAG contrast
Aa
#fefef6 on white: 1.01:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fefef6 on black: 20.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green99.6%
Blue96.5%
CMYK percentages
Cyan0.0%
Magenta0.0%
Yellow3.1%
Key (black)0.4%
Color previews
#fefef6 text on a black background
contrast 20.72:1
Card sample
#fefef6 text on a white background
contrast 1.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fefef6;
Background color
Panel with #fefef6 background
background-color: #fefef6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fefef6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 254, 246, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 254, 246, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fefef6; background: linear-gradient(135deg, #fefef6, #F9FEF6);