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