#fff60c
a balanced, electric yellow · cool · closest name: yellow
RGB
255, 246, 12
HSL
58°, 100%, 52%
CMYK
0, 4, 95, 0
Luminance
0.8720
Every format
| HEX | #fff60c |
| RGB | rgb(255, 246, 12) |
| HSL | hsl(58, 100%, 52%) |
| CMYK | cmyk(0%, 4%, 95%, 0%) |
| LAB | lab(94.8 -17.2 91.9) |
| LCH | lch(94.8 93.5 100.6) |
| OKLCH | oklch(0.950 0.202 107.0) |
Copy-ready code
/* CSS */
color: #fff60c;
background-color: #fff60c;
/* Tailwind (arbitrary) */
class="text-[#fff60c] bg-[#fff60c]"
/* SCSS */
$brand: #fff60c;
/* SwiftUI */
Color(red: 1.000, green: 0.965, blue: 0.047)
/* Android */
Color.parseColor("#fff60c")Accessibility — WCAG contrast
Aa
#fff60c on white: 1.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fff60c on black: 18.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green96.5%
Blue4.7%
CMYK percentages
Cyan0.0%
Magenta3.5%
Yellow95.3%
Key (black)0.0%
Color previews
#fff60c text on a black background
contrast 18.44:1
Card sample
#fff60c text on a white background
contrast 1.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fff60c;
Background color
Panel with #fff60c background
background-color: #fff60c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fff60c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 246, 12, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 246, 12, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fff60c; background: linear-gradient(135deg, #fff60c, #66FF0C);