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