#fff692
a light, electric yellow · cool · closest name: khaki
RGB
255, 246, 146
HSL
55°, 100%, 79%
CMYK
0, 4, 43, 0
Luminance
0.8925
Every format
| HEX | #fff692 |
| RGB | rgb(255, 246, 146) |
| HSL | hsl(55, 100%, 79%) |
| CMYK | cmyk(0%, 4%, 43%, 0%) |
| LAB | lab(95.7 -10.5 49.0) |
| LCH | lch(95.7 50.2 102.1) |
| OKLCH | oklch(0.959 0.122 103.9) |
Copy-ready code
/* CSS */
color: #fff692;
background-color: #fff692;
/* Tailwind (arbitrary) */
class="text-[#fff692] bg-[#fff692]"
/* SCSS */
$brand: #fff692;
/* SwiftUI */
Color(red: 1.000, green: 0.965, blue: 0.573)
/* Android */
Color.parseColor("#fff692")Accessibility — WCAG contrast
Aa
#fff692 on white: 1.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fff692 on black: 18.85:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green96.5%
Blue57.3%
CMYK percentages
Cyan0.0%
Magenta3.5%
Yellow42.7%
Key (black)0.0%
Color previews
#fff692 text on a black background
contrast 18.85:1
Card sample
#fff692 text on a white background
contrast 1.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fff692;
Background color
Panel with #fff692 background
background-color: #fff692;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fff692;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 246, 146, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 246, 146, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fff692; background: linear-gradient(135deg, #fff692, #BFFF92);