#fff682
a light, electric yellow · cool · closest name: khaki
RGB
255, 246, 130
HSL
56°, 100%, 76%
CMYK
0, 4, 49, 0
Luminance
0.8878
Every format
| HEX | #fff682 |
| RGB | rgb(255, 246, 130) |
| HSL | hsl(56, 100%, 76%) |
| CMYK | cmyk(0%, 4%, 49%, 0%) |
| LAB | lab(95.5 -12.0 56.4) |
| LCH | lch(95.5 57.6 102.0) |
| OKLCH | oklch(0.957 0.138 104.7) |
Copy-ready code
/* CSS */
color: #fff682;
background-color: #fff682;
/* Tailwind (arbitrary) */
class="text-[#fff682] bg-[#fff682]"
/* SCSS */
$brand: #fff682;
/* SwiftUI */
Color(red: 1.000, green: 0.965, blue: 0.510)
/* Android */
Color.parseColor("#fff682")Accessibility — WCAG contrast
Aa
#fff682 on white: 1.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fff682 on black: 18.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green96.5%
Blue51.0%
CMYK percentages
Cyan0.0%
Magenta3.5%
Yellow49.0%
Key (black)0.0%
Color previews
#fff682 text on a black background
contrast 18.76:1
Card sample
#fff682 text on a white background
contrast 1.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fff682;
Background color
Panel with #fff682 background
background-color: #fff682;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fff682;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 246, 130, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 246, 130, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fff682; background: linear-gradient(135deg, #fff682, #B5FF82);