#f6fbe3
a pale, electric green · cool · closest name: beige
RGB
246, 251, 227
HSL
73°, 75%, 94%
CMYK
2, 0, 10, 2
Luminance
0.9413
Every format
| HEX | #f6fbe3 |
| RGB | rgb(246, 251, 227) |
| HSL | hsl(73, 75%, 94%) |
| CMYK | cmyk(2%, 0%, 10%, 2%) |
| LAB | lab(97.7 -5.7 10.9) |
| LCH | lch(97.7 12.3 117.6) |
| OKLCH | oklch(0.978 0.032 116.5) |
Copy-ready code
/* CSS */
color: #f6fbe3;
background-color: #f6fbe3;
/* Tailwind (arbitrary) */
class="text-[#f6fbe3] bg-[#f6fbe3]"
/* SCSS */
$brand: #f6fbe3;
/* SwiftUI */
Color(red: 0.965, green: 0.984, blue: 0.890)
/* Android */
Color.parseColor("#f6fbe3")Accessibility — WCAG contrast
Aa
#f6fbe3 on white: 1.06:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f6fbe3 on black: 19.83:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.5%
Green98.4%
Blue89.0%
CMYK percentages
Cyan2.0%
Magenta0.0%
Yellow9.6%
Key (black)1.6%
Color previews
#f6fbe3 text on a black background
contrast 19.83:1
Card sample
#f6fbe3 text on a white background
contrast 1.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f6fbe3;
Background color
Panel with #f6fbe3 background
background-color: #f6fbe3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f6fbe3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(246, 251, 227, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(246, 251, 227, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f6fbe3; background: linear-gradient(135deg, #f6fbe3, #E6FBE3);