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