#fefff3
a pale, electric yellow · cool · “ivory”
RGB
254, 255, 243
HSL
65°, 100%, 98%
CMYK
0, 0, 5, 0
Luminance
0.9906
Every format
| HEX | #fefff3 |
| RGB | rgb(254, 255, 243) |
| HSL | hsl(65, 100%, 98%) |
| CMYK | cmyk(0%, 0%, 5%, 0%) |
| LAB | lab(99.6 -2.4 5.6) |
| LCH | lch(99.6 6.1 113.1) |
| OKLCH | oklch(0.996 0.016 110.5) |
Copy-ready code
/* CSS */
color: #fefff3;
background-color: #fefff3;
/* Tailwind (arbitrary) */
class="text-[#fefff3] bg-[#fefff3]"
/* SCSS */
$brand: #fefff3;
/* SwiftUI */
Color(red: 0.996, green: 1.000, blue: 0.953)
/* Android */
Color.parseColor("#fefff3")Accessibility — WCAG contrast
Aa
#fefff3 on white: 1.01:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fefff3 on black: 20.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green100.0%
Blue95.3%
CMYK percentages
Cyan0.4%
Magenta0.0%
Yellow4.7%
Key (black)0.0%
Color previews
#fefff3 text on a black background
contrast 20.81:1
Card sample
#fefff3 text on a white background
contrast 1.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fefff3;
Background color
Panel with #fefff3 background
background-color: #fefff3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fefff3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 255, 243, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 255, 243, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fefff3; background: linear-gradient(135deg, #fefff3, #F6FFF3);