#f0f39b
a light, electric yellow · cool · closest name: khaki
RGB
240, 243, 155
HSL
62°, 79%, 78%
CMYK
1, 0, 36, 5
Luminance
0.8499
Every format
| HEX | #f0f39b |
| RGB | rgb(240, 243, 155) |
| HSL | hsl(62, 79%, 78%) |
| CMYK | cmyk(1%, 0%, 36%, 5%) |
| LAB | lab(93.9 -13.8 42.1) |
| LCH | lch(93.9 44.4 108.2) |
| OKLCH | oklch(0.942 0.110 110.0) |
Copy-ready code
/* CSS */
color: #f0f39b;
background-color: #f0f39b;
/* Tailwind (arbitrary) */
class="text-[#f0f39b] bg-[#f0f39b]"
/* SCSS */
$brand: #f0f39b;
/* SwiftUI */
Color(red: 0.941, green: 0.953, blue: 0.608)
/* Android */
Color.parseColor("#f0f39b")Accessibility — WCAG contrast
Aa
#f0f39b on white: 1.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f0f39b on black: 18.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.1%
Green95.3%
Blue60.8%
CMYK percentages
Cyan1.2%
Magenta0.0%
Yellow36.2%
Key (black)4.7%
Color previews
#f0f39b text on a black background
contrast 18.00:1
Card sample
#f0f39b text on a white background
contrast 1.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f0f39b;
Background color
Panel with #f0f39b background
background-color: #f0f39b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f0f39b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(240, 243, 155, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(240, 243, 155, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f0f39b; background: linear-gradient(135deg, #f0f39b, #B5F39B);