#c0dfe7
a light, soft cyan · cool · closest name: lavender
RGB
192, 223, 231
HSL
192°, 45%, 83%
CMYK
17, 4, 0, 9
Luminance
0.6975
Every format
| HEX | #c0dfe7 |
| RGB | rgb(192, 223, 231) |
| HSL | hsl(192, 45%, 83%) |
| CMYK | cmyk(17%, 4%, 0%, 9%) |
| LAB | lab(86.9 -8.5 -7.3) |
| LCH | lch(86.9 11.2 220.7) |
| OKLCH | oklch(0.884 0.035 215.0) |
Copy-ready code
/* CSS */
color: #c0dfe7;
background-color: #c0dfe7;
/* Tailwind (arbitrary) */
class="text-[#c0dfe7] bg-[#c0dfe7]"
/* SCSS */
$brand: #c0dfe7;
/* SwiftUI */
Color(red: 0.753, green: 0.875, blue: 0.906)
/* Android */
Color.parseColor("#c0dfe7")Accessibility — WCAG contrast
Aa
#c0dfe7 on white: 1.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c0dfe7 on black: 14.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green87.5%
Blue90.6%
CMYK percentages
Cyan16.9%
Magenta3.5%
Yellow0.0%
Key (black)9.4%
Color previews
#c0dfe7 text on a black background
contrast 14.95:1
Card sample
#c0dfe7 text on a white background
contrast 1.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c0dfe7;
Background color
Panel with #c0dfe7 background
background-color: #c0dfe7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c0dfe7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 223, 231, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 223, 231, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c0dfe7; background: linear-gradient(135deg, #c0dfe7, #C0C5E7);