#e6fefc
a pale, electric cyan · cool · closest name: white
RGB
230, 254, 252
HSL
175°, 92%, 95%
CMYK
9, 0, 1, 0
Luminance
0.9473
Every format
| HEX | #e6fefc |
| RGB | rgb(230, 254, 252) |
| HSL | hsl(175, 92%, 95%) |
| CMYK | cmyk(9%, 0%, 1%, 0%) |
| LAB | lab(97.9 -8.1 -1.7) |
| LCH | lch(97.9 8.3 191.8) |
| OKLCH | oklch(0.979 0.025 190.7) |
Copy-ready code
/* CSS */
color: #e6fefc;
background-color: #e6fefc;
/* Tailwind (arbitrary) */
class="text-[#e6fefc] bg-[#e6fefc]"
/* SCSS */
$brand: #e6fefc;
/* SwiftUI */
Color(red: 0.902, green: 0.996, blue: 0.988)
/* Android */
Color.parseColor("#e6fefc")Accessibility — WCAG contrast
Aa
#e6fefc on white: 1.05:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e6fefc on black: 19.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red90.2%
Green99.6%
Blue98.8%
CMYK percentages
Cyan9.4%
Magenta0.0%
Yellow0.8%
Key (black)0.4%
Color previews
#e6fefc text on a black background
contrast 19.95:1
Card sample
#e6fefc text on a white background
contrast 1.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e6fefc;
Background color
Panel with #e6fefc background
background-color: #e6fefc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e6fefc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(230, 254, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(230, 254, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e6fefc; background: linear-gradient(135deg, #e6fefc, #E6F0FE);