#c0dbff
a pale, electric blue · cool · closest name: lavender
RGB
192, 219, 255
HSL
214°, 100%, 88%
CMYK
25, 14, 0, 0
Luminance
0.6909
Every format
| HEX | #c0dbff |
| RGB | rgb(192, 219, 255) |
| HSL | hsl(214, 100%, 88%) |
| CMYK | cmyk(25%, 14%, 0%, 0%) |
| LAB | lab(86.5 -1.2 -20.5) |
| LCH | lch(86.5 20.5 266.5) |
| OKLCH | oklch(0.883 0.058 255.7) |
Copy-ready code
/* CSS */
color: #c0dbff;
background-color: #c0dbff;
/* Tailwind (arbitrary) */
class="text-[#c0dbff] bg-[#c0dbff]"
/* SCSS */
$brand: #c0dbff;
/* SwiftUI */
Color(red: 0.753, green: 0.859, blue: 1.000)
/* Android */
Color.parseColor("#c0dbff")Accessibility — WCAG contrast
Aa
#c0dbff on white: 1.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c0dbff on black: 14.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green85.9%
Blue100.0%
CMYK percentages
Cyan24.7%
Magenta14.1%
Yellow0.0%
Key (black)0.0%
Color previews
#c0dbff text on a black background
contrast 14.82:1
Card sample
#c0dbff text on a white background
contrast 1.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c0dbff;
Background color
Panel with #c0dbff background
background-color: #c0dbff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c0dbff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 219, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 219, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c0dbff; background: linear-gradient(135deg, #c0dbff, #CFC0FF);