#f0d36b
a light, electric yellow · cool · closest name: khaki
RGB
240, 211, 107
HSL
47°, 82%, 68%
CMYK
0, 12, 55, 6
Luminance
0.6618
Every format
| HEX | #f0d36b |
| RGB | rgb(240, 211, 107) |
| HSL | hsl(47, 82%, 68%) |
| CMYK | cmyk(0%, 12%, 55%, 6%) |
| LAB | lab(85.1 -2.4 54.5) |
| LCH | lch(85.1 54.5 92.5) |
| OKLCH | oklch(0.871 0.128 94.0) |
Copy-ready code
/* CSS */
color: #f0d36b;
background-color: #f0d36b;
/* Tailwind (arbitrary) */
class="text-[#f0d36b] bg-[#f0d36b]"
/* SCSS */
$brand: #f0d36b;
/* SwiftUI */
Color(red: 0.941, green: 0.827, blue: 0.420)
/* Android */
Color.parseColor("#f0d36b")Accessibility — WCAG contrast
Aa
#f0d36b on white: 1.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f0d36b on black: 14.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.1%
Green82.7%
Blue42.0%
CMYK percentages
Cyan0.0%
Magenta12.1%
Yellow55.4%
Key (black)5.9%
Color previews
#f0d36b text on a black background
contrast 14.24:1
Card sample
#f0d36b text on a white background
contrast 1.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f0d36b;
Background color
Panel with #f0d36b background
background-color: #f0d36b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f0d36b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(240, 211, 107, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(240, 211, 107, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f0d36b; background: linear-gradient(135deg, #f0d36b, #B4F06B);