#fff37c
a light, electric yellow · cool · closest name: khaki
RGB
255, 243, 124
HSL
55°, 100%, 74%
CMYK
0, 5, 51, 0
Luminance
0.8682
Every format
| HEX | #fff37c |
| RGB | rgb(255, 243, 124) |
| HSL | hsl(55, 100%, 74%) |
| CMYK | cmyk(0%, 5%, 51%, 0%) |
| LAB | lab(94.7 -11.0 58.1) |
| LCH | lch(94.7 59.2 100.7) |
| OKLCH | oklch(0.950 0.141 103.5) |
Copy-ready code
/* CSS */
color: #fff37c;
background-color: #fff37c;
/* Tailwind (arbitrary) */
class="text-[#fff37c] bg-[#fff37c]"
/* SCSS */
$brand: #fff37c;
/* SwiftUI */
Color(red: 1.000, green: 0.953, blue: 0.486)
/* Android */
Color.parseColor("#fff37c")Accessibility — WCAG contrast
Aa
#fff37c on white: 1.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fff37c on black: 18.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green95.3%
Blue48.6%
CMYK percentages
Cyan0.0%
Magenta4.7%
Yellow51.4%
Key (black)0.0%
Color previews
#fff37c text on a black background
contrast 18.36:1
Card sample
#fff37c text on a white background
contrast 1.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fff37c;
Background color
Panel with #fff37c background
background-color: #fff37c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fff37c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 243, 124, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 243, 124, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fff37c; background: linear-gradient(135deg, #fff37c, #B4FF7C);