#f6fffe
a pale, electric cyan · cool · closest name: white
RGB
246, 255, 254
HSL
173°, 100%, 98%
CMYK
4, 0, 0, 0
Luminance
0.9827
Every format
| HEX | #f6fffe |
| RGB | rgb(246, 255, 254) |
| HSL | hsl(173, 100%, 98%) |
| CMYK | cmyk(4%, 0%, 0%, 0%) |
| LAB | lab(99.3 -3.1 -0.6) |
| LCH | lch(99.3 3.2 190.0) |
| OKLCH | oklch(0.993 0.010 189.1) |
Copy-ready code
/* CSS */
color: #f6fffe;
background-color: #f6fffe;
/* Tailwind (arbitrary) */
class="text-[#f6fffe] bg-[#f6fffe]"
/* SCSS */
$brand: #f6fffe;
/* SwiftUI */
Color(red: 0.965, green: 1.000, blue: 0.996)
/* Android */
Color.parseColor("#f6fffe")Accessibility — WCAG contrast
Aa
#f6fffe on white: 1.02:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f6fffe on black: 20.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.5%
Green100.0%
Blue99.6%
CMYK percentages
Cyan3.5%
Magenta0.0%
Yellow0.4%
Key (black)0.0%
Color previews
#f6fffe text on a black background
contrast 20.65:1
Card sample
#f6fffe text on a white background
contrast 1.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f6fffe;
Background color
Panel with #f6fffe background
background-color: #f6fffe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f6fffe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(246, 255, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(246, 255, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f6fffe; background: linear-gradient(135deg, #f6fffe, #F6FAFF);