#f6f2ce
a pale, vivid yellow · cool · closest name: beige
RGB
246, 242, 206
HSL
54°, 69%, 89%
CMYK
0, 2, 16, 4
Luminance
0.8755
Every format
| HEX | #f6f2ce |
| RGB | rgb(246, 242, 206) |
| HSL | hsl(54, 69%, 89%) |
| CMYK | cmyk(0%, 2%, 16%, 4%) |
| LAB | lab(95.0 -4.5 17.9) |
| LCH | lch(95.0 18.4 104.1) |
| OKLCH | oklch(0.955 0.047 102.0) |
Copy-ready code
/* CSS */
color: #f6f2ce;
background-color: #f6f2ce;
/* Tailwind (arbitrary) */
class="text-[#f6f2ce] bg-[#f6f2ce]"
/* SCSS */
$brand: #f6f2ce;
/* SwiftUI */
Color(red: 0.965, green: 0.949, blue: 0.808)
/* Android */
Color.parseColor("#f6f2ce")Accessibility — WCAG contrast
Aa
#f6f2ce on white: 1.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f6f2ce on black: 18.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.5%
Green94.9%
Blue80.8%
CMYK percentages
Cyan0.0%
Magenta1.6%
Yellow16.3%
Key (black)3.5%
Color previews
#f6f2ce text on a black background
contrast 18.51:1
Card sample
#f6f2ce text on a white background
contrast 1.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f6f2ce;
Background color
Panel with #f6f2ce background
background-color: #f6f2ce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f6f2ce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(246, 242, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(246, 242, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f6f2ce; background: linear-gradient(135deg, #f6f2ce, #DFF6CE);