#c6d2ec
a pale, vivid blue · cool · closest name: lavender
RGB
198, 210, 236
HSL
221°, 50%, 85%
CMYK
16, 11, 0, 8
Luminance
0.6416
Every format
| HEX | #c6d2ec |
| RGB | rgb(198, 210, 236) |
| HSL | hsl(221, 50%, 85%) |
| CMYK | cmyk(16%, 11%, 0%, 8%) |
| LAB | lab(84.0 1.2 -14.1) |
| LCH | lch(84.0 14.2 274.7) |
| OKLCH | oklch(0.863 0.038 265.8) |
Copy-ready code
/* CSS */
color: #c6d2ec;
background-color: #c6d2ec;
/* Tailwind (arbitrary) */
class="text-[#c6d2ec] bg-[#c6d2ec]"
/* SCSS */
$brand: #c6d2ec;
/* SwiftUI */
Color(red: 0.776, green: 0.824, blue: 0.925)
/* Android */
Color.parseColor("#c6d2ec")Accessibility — WCAG contrast
Aa
#c6d2ec on white: 1.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c6d2ec on black: 13.83:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.6%
Green82.4%
Blue92.5%
CMYK percentages
Cyan16.1%
Magenta11.0%
Yellow0.0%
Key (black)7.5%
Color previews
#c6d2ec text on a black background
contrast 13.83:1
Card sample
#c6d2ec text on a white background
contrast 1.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c6d2ec;
Background color
Panel with #c6d2ec background
background-color: #c6d2ec;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c6d2ec;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(198, 210, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(198, 210, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c6d2ec; background: linear-gradient(135deg, #c6d2ec, #D3C6EC);