#f0f0ac
a light, vivid yellow · cool · closest name: khaki
RGB
240, 240, 172
HSL
60°, 69%, 81%
CMYK
0, 0, 28, 6
Luminance
0.8382
Every format
| HEX | #f0f0ac |
| RGB | rgb(240, 240, 172) |
| HSL | hsl(60, 69%, 81%) |
| CMYK | cmyk(0%, 0%, 28%, 6%) |
| LAB | lab(93.4 -10.3 33.0) |
| LCH | lch(93.4 34.6 107.4) |
| OKLCH | oklch(0.939 0.087 108.0) |
Copy-ready code
/* CSS */
color: #f0f0ac;
background-color: #f0f0ac;
/* Tailwind (arbitrary) */
class="text-[#f0f0ac] bg-[#f0f0ac]"
/* SCSS */
$brand: #f0f0ac;
/* SwiftUI */
Color(red: 0.941, green: 0.941, blue: 0.675)
/* Android */
Color.parseColor("#f0f0ac")Accessibility — WCAG contrast
Aa
#f0f0ac on white: 1.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f0f0ac on black: 17.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.1%
Green94.1%
Blue67.5%
CMYK percentages
Cyan0.0%
Magenta0.0%
Yellow28.3%
Key (black)5.9%
Color previews
#f0f0ac text on a black background
contrast 17.76:1
Card sample
#f0f0ac text on a white background
contrast 1.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f0f0ac;
Background color
Panel with #f0f0ac background
background-color: #f0f0ac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f0f0ac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(240, 240, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(240, 240, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f0f0ac; background: linear-gradient(135deg, #f0f0ac, #C3F0AC);