#fff088
a light, electric yellow · cool · closest name: khaki
RGB
255, 240, 136
HSL
52°, 100%, 77%
CMYK
0, 6, 47, 0
Luminance
0.8536
Every format
| HEX | #fff088 |
| RGB | rgb(255, 240, 136) |
| HSL | hsl(52, 100%, 77%) |
| CMYK | cmyk(0%, 6%, 47%, 0%) |
| LAB | lab(94.0 -8.5 51.8) |
| LCH | lch(94.0 52.5 99.3) |
| OKLCH | oklch(0.946 0.126 101.2) |
Copy-ready code
/* CSS */
color: #fff088;
background-color: #fff088;
/* Tailwind (arbitrary) */
class="text-[#fff088] bg-[#fff088]"
/* SCSS */
$brand: #fff088;
/* SwiftUI */
Color(red: 1.000, green: 0.941, blue: 0.533)
/* Android */
Color.parseColor("#fff088")Accessibility — WCAG contrast
Aa
#fff088 on white: 1.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fff088 on black: 18.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green94.1%
Blue53.3%
CMYK percentages
Cyan0.0%
Magenta5.9%
Yellow46.7%
Key (black)0.0%
Color previews
#fff088 text on a black background
contrast 18.07:1
Card sample
#fff088 text on a white background
contrast 1.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fff088;
Background color
Panel with #fff088 background
background-color: #fff088;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fff088;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 240, 136, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 240, 136, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fff088; background: linear-gradient(135deg, #fff088, #BFFF88);