#c6e2ff
a pale, electric blue · cool · closest name: lavender
RGB
198, 226, 255
HSL
211°, 100%, 89%
CMYK
22, 11, 0, 0
Luminance
0.7362
Every format
| HEX | #c6e2ff |
| RGB | rgb(198, 226, 255) |
| HSL | hsl(211, 100%, 89%) |
| CMYK | cmyk(22%, 11%, 0%, 0%) |
| LAB | lab(88.7 -3.1 -17.1) |
| LCH | lch(88.7 17.4 259.7) |
| OKLCH | oklch(0.902 0.050 249.3) |
Copy-ready code
/* CSS */
color: #c6e2ff;
background-color: #c6e2ff;
/* Tailwind (arbitrary) */
class="text-[#c6e2ff] bg-[#c6e2ff]"
/* SCSS */
$brand: #c6e2ff;
/* SwiftUI */
Color(red: 0.776, green: 0.886, blue: 1.000)
/* Android */
Color.parseColor("#c6e2ff")Accessibility — WCAG contrast
Aa
#c6e2ff on white: 1.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c6e2ff on black: 15.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.6%
Green88.6%
Blue100.0%
CMYK percentages
Cyan22.4%
Magenta11.4%
Yellow0.0%
Key (black)0.0%
Color previews
#c6e2ff text on a black background
contrast 15.72:1
Card sample
#c6e2ff text on a white background
contrast 1.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c6e2ff;
Background color
Panel with #c6e2ff background
background-color: #c6e2ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c6e2ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(198, 226, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(198, 226, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c6e2ff; background: linear-gradient(135deg, #c6e2ff, #D0C6FF);