#feffb0
a light, electric yellow · cool · closest name: khaki
RGB
254, 255, 176
HSL
61°, 100%, 85%
CMYK
0, 0, 31, 0
Luminance
0.9573
Every format
| HEX | #feffb0 |
| RGB | rgb(254, 255, 176) |
| HSL | hsl(61, 100%, 85%) |
| CMYK | cmyk(0%, 0%, 31%, 0%) |
| LAB | lab(98.3 -12.1 37.7) |
| LCH | lch(98.3 39.6 107.7) |
| OKLCH | oklch(0.981 0.099 108.7) |
Copy-ready code
/* CSS */
color: #feffb0;
background-color: #feffb0;
/* Tailwind (arbitrary) */
class="text-[#feffb0] bg-[#feffb0]"
/* SCSS */
$brand: #feffb0;
/* SwiftUI */
Color(red: 0.996, green: 1.000, blue: 0.690)
/* Android */
Color.parseColor("#feffb0")Accessibility — WCAG contrast
Aa
#feffb0 on white: 1.04:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#feffb0 on black: 20.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green100.0%
Blue69.0%
CMYK percentages
Cyan0.4%
Magenta0.0%
Yellow31.0%
Key (black)0.0%
Color previews
#feffb0 text on a black background
contrast 20.15:1
Card sample
#feffb0 text on a white background
contrast 1.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #feffb0;
Background color
Panel with #feffb0 background
background-color: #feffb0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #feffb0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 255, 176, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 255, 176, 0.45);
Border & gradient
Gradient panel
border: 3px solid #feffb0; background: linear-gradient(135deg, #feffb0, #C9FFB0);