#c6eefd
a pale, electric cyan · cool · closest name: lavender
RGB
198, 238, 253
HSL
196°, 93%, 88%
CMYK
22, 6, 0, 1
Luminance
0.8025
Every format
| HEX | #c6eefd |
| RGB | rgb(198, 238, 253) |
| HSL | hsl(196, 93%, 88%) |
| CMYK | cmyk(22%, 6%, 0%, 1%) |
| LAB | lab(91.8 -9.7 -11.5) |
| LCH | lch(91.8 15.1 229.8) |
| OKLCH | oklch(0.925 0.046 222.6) |
Copy-ready code
/* CSS */
color: #c6eefd;
background-color: #c6eefd;
/* Tailwind (arbitrary) */
class="text-[#c6eefd] bg-[#c6eefd]"
/* SCSS */
$brand: #c6eefd;
/* SwiftUI */
Color(red: 0.776, green: 0.933, blue: 0.992)
/* Android */
Color.parseColor("#c6eefd")Accessibility — WCAG contrast
Aa
#c6eefd on white: 1.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c6eefd on black: 17.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.6%
Green93.3%
Blue99.2%
CMYK percentages
Cyan21.7%
Magenta5.9%
Yellow0.0%
Key (black)0.8%
Color previews
#c6eefd text on a black background
contrast 17.05:1
Card sample
#c6eefd text on a white background
contrast 1.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c6eefd;
Background color
Panel with #c6eefd background
background-color: #c6eefd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c6eefd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(198, 238, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(198, 238, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c6eefd; background: linear-gradient(135deg, #c6eefd, #C6C9FD);