#f0f2cf
a pale, vivid yellow · cool · closest name: beige
RGB
240, 242, 207
HSL
63°, 57%, 88%
CMYK
1, 0, 15, 5
Luminance
0.8653
Every format
| HEX | #f0f2cf |
| RGB | rgb(240, 242, 207) |
| HSL | hsl(63, 57%, 88%) |
| CMYK | cmyk(1%, 0%, 15%, 5%) |
| LAB | lab(94.5 -6.5 16.7) |
| LCH | lch(94.5 17.9 111.1) |
| OKLCH | oklch(0.951 0.046 109.9) |
Copy-ready code
/* CSS */
color: #f0f2cf;
background-color: #f0f2cf;
/* Tailwind (arbitrary) */
class="text-[#f0f2cf] bg-[#f0f2cf]"
/* SCSS */
$brand: #f0f2cf;
/* SwiftUI */
Color(red: 0.941, green: 0.949, blue: 0.812)
/* Android */
Color.parseColor("#f0f2cf")Accessibility — WCAG contrast
Aa
#f0f2cf on white: 1.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f0f2cf on black: 18.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.1%
Green94.9%
Blue81.2%
CMYK percentages
Cyan0.8%
Magenta0.0%
Yellow14.5%
Key (black)5.1%
Color previews
#f0f2cf text on a black background
contrast 18.31:1
Card sample
#f0f2cf text on a white background
contrast 1.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f0f2cf;
Background color
Panel with #f0f2cf background
background-color: #f0f2cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f0f2cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(240, 242, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(240, 242, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f0f2cf; background: linear-gradient(135deg, #f0f2cf, #D9F2CF);