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