#e6f3fe
a pale, electric blue · cool · closest name: lavender
RGB
230, 243, 254
HSL
208°, 92%, 95%
CMYK
9, 4, 0, 0
Luminance
0.8808
Every format
| HEX | #e6f3fe |
| RGB | rgb(230, 243, 254) |
| HSL | hsl(208, 92%, 95%) |
| CMYK | cmyk(9%, 4%, 0%, 0%) |
| LAB | lab(95.2 -2.2 -6.8) |
| LCH | lch(95.2 7.1 251.9) |
| OKLCH | oklch(0.958 0.020 243.4) |
Copy-ready code
/* CSS */
color: #e6f3fe;
background-color: #e6f3fe;
/* Tailwind (arbitrary) */
class="text-[#e6f3fe] bg-[#e6f3fe]"
/* SCSS */
$brand: #e6f3fe;
/* SwiftUI */
Color(red: 0.902, green: 0.953, blue: 0.996)
/* Android */
Color.parseColor("#e6f3fe")Accessibility — WCAG contrast
Aa
#e6f3fe on white: 1.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e6f3fe on black: 18.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red90.2%
Green95.3%
Blue99.6%
CMYK percentages
Cyan9.4%
Magenta4.3%
Yellow0.0%
Key (black)0.4%
Color previews
#e6f3fe text on a black background
contrast 18.62:1
Card sample
#e6f3fe text on a white background
contrast 1.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e6f3fe;
Background color
Panel with #e6f3fe background
background-color: #e6f3fe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e6f3fe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(230, 243, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(230, 243, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e6f3fe; background: linear-gradient(135deg, #e6f3fe, #E9E6FE);