#fff388
a light, electric yellow · cool · closest name: khaki
RGB
255, 243, 136
HSL
54°, 100%, 77%
CMYK
0, 5, 47, 0
Luminance
0.8714
Every format
| HEX | #fff388 |
| RGB | rgb(255, 243, 136) |
| HSL | hsl(54, 100%, 77%) |
| CMYK | cmyk(0%, 5%, 47%, 0%) |
| LAB | lab(94.8 -10.0 52.7) |
| LCH | lch(94.8 53.7 100.7) |
| OKLCH | oklch(0.952 0.129 102.9) |
Copy-ready code
/* CSS */
color: #fff388;
background-color: #fff388;
/* Tailwind (arbitrary) */
class="text-[#fff388] bg-[#fff388]"
/* SCSS */
$brand: #fff388;
/* SwiftUI */
Color(red: 1.000, green: 0.953, blue: 0.533)
/* Android */
Color.parseColor("#fff388")Accessibility — WCAG contrast
Aa
#fff388 on white: 1.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fff388 on black: 18.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green95.3%
Blue53.3%
CMYK percentages
Cyan0.0%
Magenta4.7%
Yellow46.7%
Key (black)0.0%
Color previews
#fff388 text on a black background
contrast 18.43:1
Card sample
#fff388 text on a white background
contrast 1.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fff388;
Background color
Panel with #fff388 background
background-color: #fff388;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fff388;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 243, 136, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 243, 136, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fff388; background: linear-gradient(135deg, #fff388, #BCFF88);