#c6cbdf
a light, soft blue · warm · closest name: lavender
RGB
198, 203, 223
HSL
228°, 28%, 83%
CMYK
11, 9, 0, 13
Luminance
0.6005
Every format
| HEX | #c6cbdf |
| RGB | rgb(198, 203, 223) |
| HSL | hsl(228, 28%, 83%) |
| CMYK | cmyk(11%, 9%, 0%, 13%) |
| LAB | lab(81.9 2.2 -10.5) |
| LCH | lch(81.9 10.7 281.8) |
| OKLCH | oklch(0.844 0.028 274.6) |
Copy-ready code
/* CSS */
color: #c6cbdf;
background-color: #c6cbdf;
/* Tailwind (arbitrary) */
class="text-[#c6cbdf] bg-[#c6cbdf]"
/* SCSS */
$brand: #c6cbdf;
/* SwiftUI */
Color(red: 0.776, green: 0.796, blue: 0.875)
/* Android */
Color.parseColor("#c6cbdf")Accessibility — WCAG contrast
Aa
#c6cbdf on white: 1.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c6cbdf on black: 13.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.6%
Green79.6%
Blue87.5%
CMYK percentages
Cyan11.2%
Magenta9.0%
Yellow0.0%
Key (black)12.5%
Color previews
#c6cbdf text on a black background
contrast 13.01:1
Card sample
#c6cbdf text on a white background
contrast 1.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c6cbdf;
Background color
Panel with #c6cbdf background
background-color: #c6cbdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c6cbdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(198, 203, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(198, 203, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c6cbdf; background: linear-gradient(135deg, #c6cbdf, #D2C6DF);