#fffebe
a pale, electric yellow · cool · closest name: khaki
RGB
255, 254, 190
HSL
59°, 100%, 87%
CMYK
0, 0, 26, 0
Luminance
0.9586
Every format
| HEX | #fffebe |
| RGB | rgb(255, 254, 190) |
| HSL | hsl(59, 100%, 87%) |
| CMYK | cmyk(0%, 0%, 26%, 0%) |
| LAB | lab(98.4 -9.4 30.8) |
| LCH | lch(98.4 32.3 107.0) |
| OKLCH | oklch(0.983 0.081 107.1) |
Copy-ready code
/* CSS */
color: #fffebe;
background-color: #fffebe;
/* Tailwind (arbitrary) */
class="text-[#fffebe] bg-[#fffebe]"
/* SCSS */
$brand: #fffebe;
/* SwiftUI */
Color(red: 1.000, green: 0.996, blue: 0.745)
/* Android */
Color.parseColor("#fffebe")Accessibility — WCAG contrast
Aa
#fffebe on white: 1.04:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fffebe on black: 20.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green99.6%
Blue74.5%
CMYK percentages
Cyan0.0%
Magenta0.4%
Yellow25.5%
Key (black)0.0%
Color previews
#fffebe text on a black background
contrast 20.17:1
Card sample
#fffebe text on a white background
contrast 1.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fffebe;
Background color
Panel with #fffebe background
background-color: #fffebe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fffebe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 254, 190, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 254, 190, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fffebe; background: linear-gradient(135deg, #fffebe, #D5FFBE);