#c6cfdf
a light, soft blue · cool · closest name: lavender
RGB
198, 207, 223
HSL
218°, 28%, 83%
CMYK
11, 7, 0, 13
Luminance
0.6196
Every format
| HEX | #c6cfdf |
| RGB | rgb(198, 207, 223) |
| HSL | hsl(218, 28%, 83%) |
| CMYK | cmyk(11%, 7%, 0%, 13%) |
| LAB | lab(82.9 0.1 -8.9) |
| LCH | lch(82.9 8.9 270.4) |
| OKLCH | oklch(0.853 0.024 262.1) |
Copy-ready code
/* CSS */
color: #c6cfdf;
background-color: #c6cfdf;
/* Tailwind (arbitrary) */
class="text-[#c6cfdf] bg-[#c6cfdf]"
/* SCSS */
$brand: #c6cfdf;
/* SwiftUI */
Color(red: 0.776, green: 0.812, blue: 0.875)
/* Android */
Color.parseColor("#c6cfdf")Accessibility — WCAG contrast
Aa
#c6cfdf on white: 1.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c6cfdf on black: 13.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.6%
Green81.2%
Blue87.5%
CMYK percentages
Cyan11.2%
Magenta7.2%
Yellow0.0%
Key (black)12.5%
Color previews
#c6cfdf text on a black background
contrast 13.39:1
Card sample
#c6cfdf text on a white background
contrast 1.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c6cfdf;
Background color
Panel with #c6cfdf background
background-color: #c6cfdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c6cfdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(198, 207, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(198, 207, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c6cfdf; background: linear-gradient(135deg, #c6cfdf, #CEC6DF);