#fefeba
a pale, electric yellow · cool · closest name: khaki
RGB
254, 254, 186
HSL
60°, 97%, 86%
CMYK
0, 0, 27, 0
Luminance
0.9550
Every format
| HEX | #fefeba |
| RGB | rgb(254, 254, 186) |
| HSL | hsl(60, 97%, 86%) |
| CMYK | cmyk(0%, 0%, 27%, 0%) |
| LAB | lab(98.2 -10.3 32.6) |
| LCH | lch(98.2 34.2 107.6) |
| OKLCH | oklch(0.981 0.086 107.9) |
Copy-ready code
/* CSS */
color: #fefeba;
background-color: #fefeba;
/* Tailwind (arbitrary) */
class="text-[#fefeba] bg-[#fefeba]"
/* SCSS */
$brand: #fefeba;
/* SwiftUI */
Color(red: 0.996, green: 0.996, blue: 0.729)
/* Android */
Color.parseColor("#fefeba")Accessibility — WCAG contrast
Aa
#fefeba on white: 1.04:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fefeba on black: 20.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green99.6%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta0.0%
Yellow26.8%
Key (black)0.4%
Color previews
#fefeba text on a black background
contrast 20.10:1
Card sample
#fefeba text on a white background
contrast 1.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fefeba;
Background color
Panel with #fefeba background
background-color: #fefeba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fefeba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 254, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 254, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fefeba; background: linear-gradient(135deg, #fefeba, #D1FEBA);