#fff688
a light, electric yellow · cool · closest name: khaki
RGB
255, 246, 136
HSL
56°, 100%, 77%
CMYK
0, 4, 47, 0
Luminance
0.8895
Every format
| HEX | #fff688 |
| RGB | rgb(255, 246, 136) |
| HSL | hsl(56, 100%, 77%) |
| CMYK | cmyk(0%, 4%, 47%, 0%) |
| LAB | lab(95.6 -11.5 53.6) |
| LCH | lch(95.6 54.9 102.1) |
| OKLCH | oklch(0.958 0.132 104.5) |
Copy-ready code
/* CSS */
color: #fff688;
background-color: #fff688;
/* Tailwind (arbitrary) */
class="text-[#fff688] bg-[#fff688]"
/* SCSS */
$brand: #fff688;
/* SwiftUI */
Color(red: 1.000, green: 0.965, blue: 0.533)
/* Android */
Color.parseColor("#fff688")Accessibility — WCAG contrast
Aa
#fff688 on white: 1.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fff688 on black: 18.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green96.5%
Blue53.3%
CMYK percentages
Cyan0.0%
Magenta3.5%
Yellow46.7%
Key (black)0.0%
Color previews
#fff688 text on a black background
contrast 18.79:1
Card sample
#fff688 text on a white background
contrast 1.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fff688;
Background color
Panel with #fff688 background
background-color: #fff688;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fff688;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 246, 136, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 246, 136, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fff688; background: linear-gradient(135deg, #fff688, #B9FF88);