#fefec1
a pale, electric yellow · cool · closest name: khaki
RGB
254, 254, 193
HSL
60°, 97%, 88%
CMYK
0, 0, 24, 0
Luminance
0.9580
Every format
| HEX | #fefec1 |
| RGB | rgb(254, 254, 193) |
| HSL | hsl(60, 97%, 88%) |
| CMYK | cmyk(0%, 0%, 24%, 0%) |
| LAB | lab(98.4 -9.4 29.3) |
| LCH | lch(98.4 30.8 107.8) |
| OKLCH | oklch(0.983 0.078 107.7) |
Copy-ready code
/* CSS */
color: #fefec1;
background-color: #fefec1;
/* Tailwind (arbitrary) */
class="text-[#fefec1] bg-[#fefec1]"
/* SCSS */
$brand: #fefec1;
/* SwiftUI */
Color(red: 0.996, green: 0.996, blue: 0.757)
/* Android */
Color.parseColor("#fefec1")Accessibility — WCAG contrast
Aa
#fefec1 on white: 1.04:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fefec1 on black: 20.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green99.6%
Blue75.7%
CMYK percentages
Cyan0.0%
Magenta0.0%
Yellow24.0%
Key (black)0.4%
Color previews
#fefec1 text on a black background
contrast 20.16:1
Card sample
#fefec1 text on a white background
contrast 1.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fefec1;
Background color
Panel with #fefec1 background
background-color: #fefec1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fefec1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 254, 193, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 254, 193, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fefec1; background: linear-gradient(135deg, #fefec1, #D5FEC1);