#c2cfdf
a light, soft blue · cool · closest name: lavender
RGB
194, 207, 223
HSL
213°, 31%, 82%
CMYK
13, 7, 0, 13
Luminance
0.6142
Every format
| HEX | #c2cfdf |
| RGB | rgb(194, 207, 223) |
| HSL | hsl(213, 31%, 82%) |
| CMYK | cmyk(13%, 7%, 0%, 13%) |
| LAB | lab(82.6 -1.2 -9.4) |
| LCH | lch(82.6 9.5 262.6) |
| OKLCH | oklch(0.850 0.026 253.6) |
Copy-ready code
/* CSS */
color: #c2cfdf;
background-color: #c2cfdf;
/* Tailwind (arbitrary) */
class="text-[#c2cfdf] bg-[#c2cfdf]"
/* SCSS */
$brand: #c2cfdf;
/* SwiftUI */
Color(red: 0.761, green: 0.812, blue: 0.875)
/* Android */
Color.parseColor("#c2cfdf")Accessibility — WCAG contrast
Aa
#c2cfdf on white: 1.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c2cfdf on black: 13.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green81.2%
Blue87.5%
CMYK percentages
Cyan13.0%
Magenta7.2%
Yellow0.0%
Key (black)12.5%
Color previews
#c2cfdf text on a black background
contrast 13.28:1
Card sample
#c2cfdf text on a white background
contrast 1.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c2cfdf;
Background color
Panel with #c2cfdf background
background-color: #c2cfdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c2cfdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 207, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 207, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c2cfdf; background: linear-gradient(135deg, #c2cfdf, #C8C2DF);