#c6cefb
a pale, electric blue · warm · closest name: lavender
RGB
198, 206, 251
HSL
231°, 87%, 88%
CMYK
21, 18, 0, 2
Luminance
0.6311
Every format
| HEX | #c6cefb |
| RGB | rgb(198, 206, 251) |
| HSL | hsl(231, 87%, 88%) |
| CMYK | cmyk(21%, 18%, 0%, 2%) |
| LAB | lab(83.5 6.5 -22.9) |
| LCH | lch(83.5 23.8 285.9) |
| OKLCH | oklch(0.860 0.063 277.1) |
Copy-ready code
/* CSS */
color: #c6cefb;
background-color: #c6cefb;
/* Tailwind (arbitrary) */
class="text-[#c6cefb] bg-[#c6cefb]"
/* SCSS */
$brand: #c6cefb;
/* SwiftUI */
Color(red: 0.776, green: 0.808, blue: 0.984)
/* Android */
Color.parseColor("#c6cefb")Accessibility — WCAG contrast
Aa
#c6cefb on white: 1.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c6cefb on black: 13.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.6%
Green80.8%
Blue98.4%
CMYK percentages
Cyan21.1%
Magenta17.9%
Yellow0.0%
Key (black)1.6%
Color previews
#c6cefb text on a black background
contrast 13.62:1
Card sample
#c6cefb text on a white background
contrast 1.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c6cefb;
Background color
Panel with #c6cefb background
background-color: #c6cefb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c6cefb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(198, 206, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(198, 206, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c6cefb; background: linear-gradient(135deg, #c6cefb, #E1C6FB);