#fff71c
a balanced, electric yellow · cool · closest name: yellow
RGB
255, 247, 28
HSL
58°, 100%, 56%
CMYK
0, 3, 89, 0
Luminance
0.8787
Every format
| HEX | #fff71c |
| RGB | rgb(255, 247, 28) |
| HSL | hsl(58, 100%, 56%) |
| CMYK | cmyk(0%, 3%, 89%, 0%) |
| LAB | lab(95.1 -17.4 90.3) |
| LCH | lch(95.1 92.0 100.9) |
| OKLCH | oklch(0.952 0.201 107.2) |
Copy-ready code
/* CSS */
color: #fff71c;
background-color: #fff71c;
/* Tailwind (arbitrary) */
class="text-[#fff71c] bg-[#fff71c]"
/* SCSS */
$brand: #fff71c;
/* SwiftUI */
Color(red: 1.000, green: 0.969, blue: 0.110)
/* Android */
Color.parseColor("#fff71c")Accessibility — WCAG contrast
Aa
#fff71c on white: 1.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fff71c on black: 18.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green96.9%
Blue11.0%
CMYK percentages
Cyan0.0%
Magenta3.1%
Yellow89.0%
Key (black)0.0%
Color previews
#fff71c text on a black background
contrast 18.57:1
Card sample
#fff71c text on a white background
contrast 1.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fff71c;
Background color
Panel with #fff71c background
background-color: #fff71c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fff71c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 247, 28, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 247, 28, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fff71c; background: linear-gradient(135deg, #fff71c, #70FF1C);