#f0f3ac
a light, vivid yellow · cool · closest name: khaki
RGB
240, 243, 172
HSL
63°, 75%, 81%
CMYK
1, 0, 29, 5
Luminance
0.8561
Every format
| HEX | #f0f3ac |
| RGB | rgb(240, 243, 172) |
| HSL | hsl(63, 75%, 81%) |
| CMYK | cmyk(1%, 0%, 29%, 5%) |
| LAB | lab(94.1 -11.8 34.0) |
| LCH | lch(94.1 36.0 109.2) |
| OKLCH | oklch(0.945 0.090 110.0) |
Copy-ready code
/* CSS */
color: #f0f3ac;
background-color: #f0f3ac;
/* Tailwind (arbitrary) */
class="text-[#f0f3ac] bg-[#f0f3ac]"
/* SCSS */
$brand: #f0f3ac;
/* SwiftUI */
Color(red: 0.941, green: 0.953, blue: 0.675)
/* Android */
Color.parseColor("#f0f3ac")Accessibility — WCAG contrast
Aa
#f0f3ac on white: 1.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f0f3ac on black: 18.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.1%
Green95.3%
Blue67.5%
CMYK percentages
Cyan1.2%
Magenta0.0%
Yellow29.2%
Key (black)4.7%
Color previews
#f0f3ac text on a black background
contrast 18.12:1
Card sample
#f0f3ac text on a white background
contrast 1.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f0f3ac;
Background color
Panel with #f0f3ac background
background-color: #f0f3ac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f0f3ac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(240, 243, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(240, 243, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f0f3ac; background: linear-gradient(135deg, #f0f3ac, #C1F3AC);