#f6fefa
a pale, electric green · cool · closest name: white
RGB
246, 254, 250
HSL
150°, 80%, 98%
CMYK
3, 0, 2, 0
Luminance
0.9738
Every format
| HEX | #f6fefa |
| RGB | rgb(246, 254, 250) |
| HSL | hsl(150, 80%, 98%) |
| CMYK | cmyk(3%, 0%, 2%, 0%) |
| LAB | lab(99.0 -3.3 1.0) |
| LCH | lch(99.0 3.5 163.4) |
| OKLCH | oklch(0.990 0.010 164.9) |
Copy-ready code
/* CSS */
color: #f6fefa;
background-color: #f6fefa;
/* Tailwind (arbitrary) */
class="text-[#f6fefa] bg-[#f6fefa]"
/* SCSS */
$brand: #f6fefa;
/* SwiftUI */
Color(red: 0.965, green: 0.996, blue: 0.980)
/* Android */
Color.parseColor("#f6fefa")Accessibility — WCAG contrast
Aa
#f6fefa on white: 1.03:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f6fefa on black: 20.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.5%
Green99.6%
Blue98.0%
CMYK percentages
Cyan3.1%
Magenta0.0%
Yellow1.6%
Key (black)0.4%
Color previews
#f6fefa text on a black background
contrast 20.48:1
Card sample
#f6fefa text on a white background
contrast 1.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f6fefa;
Background color
Panel with #f6fefa background
background-color: #f6fefa;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f6fefa;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(246, 254, 250, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(246, 254, 250, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f6fefa; background: linear-gradient(135deg, #f6fefa, #F6FDFE);