#c6ddf4
a pale, vivid blue · cool · closest name: lavender
RGB
198, 221, 244
HSL
210°, 68%, 87%
CMYK
19, 9, 0, 4
Luminance
0.7025
Every format
| HEX | #c6ddf4 |
| RGB | rgb(198, 221, 244) |
| HSL | hsl(210, 68%, 87%) |
| CMYK | cmyk(19%, 9%, 0%, 4%) |
| LAB | lab(87.1 -2.9 -13.8) |
| LCH | lch(87.1 14.1 258.1) |
| OKLCH | oklch(0.888 0.040 248.3) |
Copy-ready code
/* CSS */
color: #c6ddf4;
background-color: #c6ddf4;
/* Tailwind (arbitrary) */
class="text-[#c6ddf4] bg-[#c6ddf4]"
/* SCSS */
$brand: #c6ddf4;
/* SwiftUI */
Color(red: 0.776, green: 0.867, blue: 0.957)
/* Android */
Color.parseColor("#c6ddf4")Accessibility — WCAG contrast
Aa
#c6ddf4 on white: 1.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c6ddf4 on black: 15.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.6%
Green86.7%
Blue95.7%
CMYK percentages
Cyan18.9%
Magenta9.4%
Yellow0.0%
Key (black)4.3%
Color previews
#c6ddf4 text on a black background
contrast 15.05:1
Card sample
#c6ddf4 text on a white background
contrast 1.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c6ddf4;
Background color
Panel with #c6ddf4 background
background-color: #c6ddf4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c6ddf4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(198, 221, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(198, 221, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c6ddf4; background: linear-gradient(135deg, #c6ddf4, #CEC6F4);