#feff8f
a light, electric yellow · cool · closest name: khaki
RGB
254, 255, 143
HSL
61°, 100%, 78%
CMYK
0, 0, 44, 0
Luminance
0.9457
Every format
| HEX | #feff8f |
| RGB | rgb(254, 255, 143) |
| HSL | hsl(61, 100%, 78%) |
| CMYK | cmyk(0%, 0%, 44%, 0%) |
| LAB | lab(97.9 -15.6 53.1) |
| LCH | lch(97.9 55.4 106.3) |
| OKLCH | oklch(0.976 0.135 109.1) |
Copy-ready code
/* CSS */
color: #feff8f;
background-color: #feff8f;
/* Tailwind (arbitrary) */
class="text-[#feff8f] bg-[#feff8f]"
/* SCSS */
$brand: #feff8f;
/* SwiftUI */
Color(red: 0.996, green: 1.000, blue: 0.561)
/* Android */
Color.parseColor("#feff8f")Accessibility — WCAG contrast
Aa
#feff8f on white: 1.05:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#feff8f on black: 19.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green100.0%
Blue56.1%
CMYK percentages
Cyan0.4%
Magenta0.0%
Yellow43.9%
Key (black)0.0%
Color previews
#feff8f text on a black background
contrast 19.91:1
Card sample
#feff8f text on a white background
contrast 1.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #feff8f;
Background color
Panel with #feff8f background
background-color: #feff8f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #feff8f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 255, 143, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 255, 143, 0.45);
Border & gradient
Gradient panel
border: 3px solid #feff8f; background: linear-gradient(135deg, #feff8f, #B3FF8F);