#c5dfe6
a light, soft cyan · cool · closest name: lavender
RGB
197, 223, 230
HSL
193°, 40%, 84%
CMYK
14, 3, 0, 10
Luminance
0.7036
Every format
| HEX | #c5dfe6 |
| RGB | rgb(197, 223, 230) |
| HSL | hsl(193, 40%, 84%) |
| CMYK | cmyk(14%, 3%, 0%, 10%) |
| LAB | lab(87.2 -7.2 -6.3) |
| LCH | lch(87.2 9.6 221.4) |
| OKLCH | oklch(0.887 0.029 215.7) |
Copy-ready code
/* CSS */
color: #c5dfe6;
background-color: #c5dfe6;
/* Tailwind (arbitrary) */
class="text-[#c5dfe6] bg-[#c5dfe6]"
/* SCSS */
$brand: #c5dfe6;
/* SwiftUI */
Color(red: 0.773, green: 0.875, blue: 0.902)
/* Android */
Color.parseColor("#c5dfe6")Accessibility — WCAG contrast
Aa
#c5dfe6 on white: 1.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c5dfe6 on black: 15.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.3%
Green87.5%
Blue90.2%
CMYK percentages
Cyan14.3%
Magenta3.0%
Yellow0.0%
Key (black)9.8%
Color previews
#c5dfe6 text on a black background
contrast 15.07:1
Card sample
#c5dfe6 text on a white background
contrast 1.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c5dfe6;
Background color
Panel with #c5dfe6 background
background-color: #c5dfe6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c5dfe6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(197, 223, 230, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(197, 223, 230, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c5dfe6; background: linear-gradient(135deg, #c5dfe6, #C5C9E6);