#c2d5df
a light, soft blue · cool · closest name: silver
RGB
194, 213, 223
HSL
201°, 31%, 82%
CMYK
13, 5, 0, 13
Luminance
0.6439
Every format
| HEX | #c2d5df |
| RGB | rgb(194, 213, 223) |
| HSL | hsl(201, 31%, 82%) |
| CMYK | cmyk(13%, 5%, 0%, 13%) |
| LAB | lab(84.2 -4.4 -7.1) |
| LCH | lch(84.2 8.3 238.4) |
| OKLCH | oklch(0.862 0.025 230.5) |
Copy-ready code
/* CSS */
color: #c2d5df;
background-color: #c2d5df;
/* Tailwind (arbitrary) */
class="text-[#c2d5df] bg-[#c2d5df]"
/* SCSS */
$brand: #c2d5df;
/* SwiftUI */
Color(red: 0.761, green: 0.835, blue: 0.875)
/* Android */
Color.parseColor("#c2d5df")Accessibility — WCAG contrast
Aa
#c2d5df on white: 1.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c2d5df on black: 13.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green83.5%
Blue87.5%
CMYK percentages
Cyan13.0%
Magenta4.5%
Yellow0.0%
Key (black)12.5%
Color previews
#c2d5df text on a black background
contrast 13.88:1
Card sample
#c2d5df text on a white background
contrast 1.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c2d5df;
Background color
Panel with #c2d5df background
background-color: #c2d5df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c2d5df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 213, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 213, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c2d5df; background: linear-gradient(135deg, #c2d5df, #C2C2DF);