#fef892
a light, electric yellow · cool · closest name: khaki
RGB
254, 248, 146
HSL
57°, 98%, 78%
CMYK
0, 2, 43, 0
Luminance
0.9028
Every format
| HEX | #fef892 |
| RGB | rgb(254, 248, 146) |
| HSL | hsl(57, 98%, 78%) |
| CMYK | cmyk(0%, 2%, 43%, 0%) |
| LAB | lab(96.1 -11.9 49.6) |
| LCH | lch(96.1 51.0 103.5) |
| OKLCH | oklch(0.962 0.124 105.6) |
Copy-ready code
/* CSS */
color: #fef892;
background-color: #fef892;
/* Tailwind (arbitrary) */
class="text-[#fef892] bg-[#fef892]"
/* SCSS */
$brand: #fef892;
/* SwiftUI */
Color(red: 0.996, green: 0.973, blue: 0.573)
/* Android */
Color.parseColor("#fef892")Accessibility — WCAG contrast
Aa
#fef892 on white: 1.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fef892 on black: 19.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green97.3%
Blue57.3%
CMYK percentages
Cyan0.0%
Magenta2.4%
Yellow42.5%
Key (black)0.4%
Color previews
#fef892 text on a black background
contrast 19.06:1
Card sample
#fef892 text on a white background
contrast 1.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fef892;
Background color
Panel with #fef892 background
background-color: #fef892;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fef892;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 248, 146, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 248, 146, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fef892; background: linear-gradient(135deg, #fef892, #BCFE92);