#fff372
a light, electric yellow · cool · closest name: khaki
RGB
255, 243, 114
HSL
55°, 100%, 72%
CMYK
0, 5, 55, 0
Luminance
0.8658
Every format
| HEX | #fff372 |
| RGB | rgb(255, 243, 114) |
| HSL | hsl(55, 100%, 72%) |
| CMYK | cmyk(0%, 5%, 55%, 0%) |
| LAB | lab(94.6 -11.8 62.5) |
| LCH | lch(94.6 63.6 100.7) |
| OKLCH | oklch(0.949 0.150 104.0) |
Copy-ready code
/* CSS */
color: #fff372;
background-color: #fff372;
/* Tailwind (arbitrary) */
class="text-[#fff372] bg-[#fff372]"
/* SCSS */
$brand: #fff372;
/* SwiftUI */
Color(red: 1.000, green: 0.953, blue: 0.447)
/* Android */
Color.parseColor("#fff372")Accessibility — WCAG contrast
Aa
#fff372 on white: 1.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fff372 on black: 18.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green95.3%
Blue44.7%
CMYK percentages
Cyan0.0%
Magenta4.7%
Yellow55.3%
Key (black)0.0%
Color previews
#fff372 text on a black background
contrast 18.32:1
Card sample
#fff372 text on a white background
contrast 1.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fff372;
Background color
Panel with #fff372 background
background-color: #fff372;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fff372;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 243, 114, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 243, 114, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fff372; background: linear-gradient(135deg, #fff372, #ADFF72);