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