#c0cfdf
a light, soft blue · cool · closest name: silver
RGB
192, 207, 223
HSL
211°, 33%, 81%
CMYK
14, 7, 0, 13
Luminance
0.6116
Every format
| HEX | #c0cfdf |
| RGB | rgb(192, 207, 223) |
| HSL | hsl(211, 33%, 81%) |
| CMYK | cmyk(14%, 7%, 0%, 13%) |
| LAB | lab(82.5 -1.9 -9.6) |
| LCH | lch(82.5 9.8 259.1) |
| OKLCH | oklch(0.848 0.028 249.9) |
Copy-ready code
/* CSS */
color: #c0cfdf;
background-color: #c0cfdf;
/* Tailwind (arbitrary) */
class="text-[#c0cfdf] bg-[#c0cfdf]"
/* SCSS */
$brand: #c0cfdf;
/* SwiftUI */
Color(red: 0.753, green: 0.812, blue: 0.875)
/* Android */
Color.parseColor("#c0cfdf")Accessibility — WCAG contrast
Aa
#c0cfdf on white: 1.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c0cfdf on black: 13.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green81.2%
Blue87.5%
CMYK percentages
Cyan13.9%
Magenta7.2%
Yellow0.0%
Key (black)12.5%
Color previews
#c0cfdf text on a black background
contrast 13.23:1
Card sample
#c0cfdf text on a white background
contrast 1.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c0cfdf;
Background color
Panel with #c0cfdf background
background-color: #c0cfdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c0cfdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 207, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 207, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c0cfdf; background: linear-gradient(135deg, #c0cfdf, #C6C0DF);