#fff48b
a light, electric yellow · cool · closest name: khaki
RGB
255, 244, 139
HSL
54°, 100%, 77%
CMYK
0, 4, 46, 0
Luminance
0.8783
Every format
| HEX | #fff48b |
| RGB | rgb(255, 244, 139) |
| HSL | hsl(54, 100%, 77%) |
| CMYK | cmyk(0%, 4%, 46%, 0%) |
| LAB | lab(95.1 -10.2 51.6) |
| LCH | lch(95.1 52.6 101.2) |
| OKLCH | oklch(0.954 0.127 103.2) |
Copy-ready code
/* CSS */
color: #fff48b;
background-color: #fff48b;
/* Tailwind (arbitrary) */
class="text-[#fff48b] bg-[#fff48b]"
/* SCSS */
$brand: #fff48b;
/* SwiftUI */
Color(red: 1.000, green: 0.957, blue: 0.545)
/* Android */
Color.parseColor("#fff48b")Accessibility — WCAG contrast
Aa
#fff48b on white: 1.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fff48b on black: 18.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green95.7%
Blue54.5%
CMYK percentages
Cyan0.0%
Magenta4.3%
Yellow45.5%
Key (black)0.0%
Color previews
#fff48b text on a black background
contrast 18.57:1
Card sample
#fff48b text on a white background
contrast 1.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fff48b;
Background color
Panel with #fff48b background
background-color: #fff48b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fff48b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 244, 139, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 244, 139, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fff48b; background: linear-gradient(135deg, #fff48b, #BDFF8B);