#fefecb
a pale, electric yellow · cool · closest name: beige
RGB
254, 254, 203
HSL
60°, 96%, 90%
CMYK
0, 0, 20, 0
Luminance
0.9627
Every format
| HEX | #fefecb |
| RGB | rgb(254, 254, 203) |
| HSL | hsl(60, 96%, 90%) |
| CMYK | cmyk(0%, 0%, 20%, 0%) |
| LAB | lab(98.5 -8.1 24.5) |
| LCH | lch(98.5 25.8 108.2) |
| OKLCH | oklch(0.985 0.065 107.5) |
Copy-ready code
/* CSS */
color: #fefecb;
background-color: #fefecb;
/* Tailwind (arbitrary) */
class="text-[#fefecb] bg-[#fefecb]"
/* SCSS */
$brand: #fefecb;
/* SwiftUI */
Color(red: 0.996, green: 0.996, blue: 0.796)
/* Android */
Color.parseColor("#fefecb")Accessibility — WCAG contrast
Aa
#fefecb on white: 1.04:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fefecb on black: 20.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green99.6%
Blue79.6%
CMYK percentages
Cyan0.0%
Magenta0.0%
Yellow20.1%
Key (black)0.4%
Color previews
#fefecb text on a black background
contrast 20.25:1
Card sample
#fefecb text on a white background
contrast 1.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fefecb;
Background color
Panel with #fefecb background
background-color: #fefecb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fefecb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 254, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 254, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fefecb; background: linear-gradient(135deg, #fefecb, #DCFECB);