#c8cfdf
a light, soft blue · cool · closest name: lavender
RGB
200, 207, 223
HSL
222°, 26%, 83%
CMYK
10, 7, 0, 13
Luminance
0.6223
Every format
| HEX | #c8cfdf |
| RGB | rgb(200, 207, 223) |
| HSL | hsl(222, 26%, 83%) |
| CMYK | cmyk(10%, 7%, 0%, 13%) |
| LAB | lab(83.0 0.7 -8.7) |
| LCH | lch(83.0 8.8 274.7) |
| OKLCH | oklch(0.854 0.024 266.9) |
Copy-ready code
/* CSS */
color: #c8cfdf;
background-color: #c8cfdf;
/* Tailwind (arbitrary) */
class="text-[#c8cfdf] bg-[#c8cfdf]"
/* SCSS */
$brand: #c8cfdf;
/* SwiftUI */
Color(red: 0.784, green: 0.812, blue: 0.875)
/* Android */
Color.parseColor("#c8cfdf")Accessibility — WCAG contrast
Aa
#c8cfdf on white: 1.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c8cfdf on black: 13.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.4%
Green81.2%
Blue87.5%
CMYK percentages
Cyan10.3%
Magenta7.2%
Yellow0.0%
Key (black)12.5%
Color previews
#c8cfdf text on a black background
contrast 13.45:1
Card sample
#c8cfdf text on a white background
contrast 1.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c8cfdf;
Background color
Panel with #c8cfdf background
background-color: #c8cfdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c8cfdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(200, 207, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(200, 207, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c8cfdf; background: linear-gradient(135deg, #c8cfdf, #D0C8DF);