#fff65c
a light, electric yellow · cool · closest name: gold
RGB
255, 246, 92
HSL
57°, 100%, 68%
CMYK
0, 4, 64, 0
Luminance
0.8794
Every format
| HEX | #fff65c |
| RGB | rgb(255, 246, 92) |
| HSL | hsl(57, 100%, 68%) |
| CMYK | cmyk(0%, 4%, 64%, 0%) |
| LAB | lab(95.1 -14.7 72.3) |
| LCH | lch(95.1 73.8 101.5) |
| OKLCH | oklch(0.953 0.170 106.0) |
Copy-ready code
/* CSS */
color: #fff65c;
background-color: #fff65c;
/* Tailwind (arbitrary) */
class="text-[#fff65c] bg-[#fff65c]"
/* SCSS */
$brand: #fff65c;
/* SwiftUI */
Color(red: 1.000, green: 0.965, blue: 0.361)
/* Android */
Color.parseColor("#fff65c")Accessibility — WCAG contrast
Aa
#fff65c on white: 1.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fff65c on black: 18.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green96.5%
Blue36.1%
CMYK percentages
Cyan0.0%
Magenta3.5%
Yellow63.9%
Key (black)0.0%
Color previews
#fff65c text on a black background
contrast 18.59:1
Card sample
#fff65c text on a white background
contrast 1.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fff65c;
Background color
Panel with #fff65c background
background-color: #fff65c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fff65c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 246, 92, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 246, 92, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fff65c; background: linear-gradient(135deg, #fff65c, #9BFF5C);