#fff28c
a light, electric yellow · cool · closest name: khaki
RGB
255, 242, 140
HSL
53°, 100%, 78%
CMYK
0, 5, 45, 0
Luminance
0.8666
Every format
| HEX | #fff28c |
| RGB | rgb(255, 242, 140) |
| HSL | hsl(53, 100%, 78%) |
| CMYK | cmyk(0%, 5%, 45%, 0%) |
| LAB | lab(94.6 -9.1 50.6) |
| LCH | lch(94.6 51.4 100.2) |
| OKLCH | oklch(0.950 0.124 102.0) |
Copy-ready code
/* CSS */
color: #fff28c;
background-color: #fff28c;
/* Tailwind (arbitrary) */
class="text-[#fff28c] bg-[#fff28c]"
/* SCSS */
$brand: #fff28c;
/* SwiftUI */
Color(red: 1.000, green: 0.949, blue: 0.549)
/* Android */
Color.parseColor("#fff28c")Accessibility — WCAG contrast
Aa
#fff28c on white: 1.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fff28c on black: 18.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green94.9%
Blue54.9%
CMYK percentages
Cyan0.0%
Magenta5.1%
Yellow45.1%
Key (black)0.0%
Color previews
#fff28c text on a black background
contrast 18.33:1
Card sample
#fff28c text on a white background
contrast 1.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fff28c;
Background color
Panel with #fff28c background
background-color: #fff28c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fff28c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 242, 140, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 242, 140, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fff28c; background: linear-gradient(135deg, #fff28c, #C0FF8C);