#f3f0db
a pale, vivid yellow · cool · closest name: beige
RGB
243, 240, 219
HSL
53°, 50%, 91%
CMYK
0, 1, 10, 5
Luminance
0.8649
Every format
| HEX | #f3f0db |
| RGB | rgb(243, 240, 219) |
| HSL | hsl(53, 50%, 91%) |
| CMYK | cmyk(0%, 1%, 10%, 5%) |
| LAB | lab(94.5 -2.5 10.5) |
| LCH | lch(94.5 10.8 103.5) |
| OKLCH | oklch(0.952 0.028 100.3) |
Copy-ready code
/* CSS */
color: #f3f0db;
background-color: #f3f0db;
/* Tailwind (arbitrary) */
class="text-[#f3f0db] bg-[#f3f0db]"
/* SCSS */
$brand: #f3f0db;
/* SwiftUI */
Color(red: 0.953, green: 0.941, blue: 0.859)
/* Android */
Color.parseColor("#f3f0db")Accessibility — WCAG contrast
Aa
#f3f0db on white: 1.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f3f0db on black: 18.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.3%
Green94.1%
Blue85.9%
CMYK percentages
Cyan0.0%
Magenta1.2%
Yellow9.9%
Key (black)4.7%
Color previews
#f3f0db text on a black background
contrast 18.30:1
Card sample
#f3f0db text on a white background
contrast 1.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f3f0db;
Background color
Panel with #f3f0db background
background-color: #f3f0db;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f3f0db;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(243, 240, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(243, 240, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f3f0db; background: linear-gradient(135deg, #f3f0db, #E6F3DB);