#fff22c
a balanced, electric yellow · cool · closest name: yellow
RGB
255, 242, 44
HSL
56°, 100%, 59%
CMYK
0, 5, 83, 0
Luminance
0.8495
Every format
| HEX | #fff22c |
| RGB | rgb(255, 242, 44) |
| HSL | hsl(56, 100%, 59%) |
| CMYK | cmyk(0%, 5%, 83%, 0%) |
| LAB | lab(93.9 -14.7 86.3) |
| LCH | lch(93.9 87.6 99.7) |
| OKLCH | oklch(0.942 0.192 105.4) |
Copy-ready code
/* CSS */
color: #fff22c;
background-color: #fff22c;
/* Tailwind (arbitrary) */
class="text-[#fff22c] bg-[#fff22c]"
/* SCSS */
$brand: #fff22c;
/* SwiftUI */
Color(red: 1.000, green: 0.949, blue: 0.173)
/* Android */
Color.parseColor("#fff22c")Accessibility — WCAG contrast
Aa
#fff22c on white: 1.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fff22c on black: 17.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green94.9%
Blue17.3%
CMYK percentages
Cyan0.0%
Magenta5.1%
Yellow82.7%
Key (black)0.0%
Color previews
#fff22c text on a black background
contrast 17.99:1
Card sample
#fff22c text on a white background
contrast 1.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fff22c;
Background color
Panel with #fff22c background
background-color: #fff22c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fff22c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 242, 44, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 242, 44, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fff22c; background: linear-gradient(135deg, #fff22c, #7FFF2C);