#c2dbff
a pale, electric blue · cool · closest name: lavender
RGB
194, 219, 255
HSL
215°, 100%, 88%
CMYK
24, 14, 0, 0
Luminance
0.6935
Every format
| HEX | #c2dbff |
| RGB | rgb(194, 219, 255) |
| HSL | hsl(215, 100%, 88%) |
| CMYK | cmyk(24%, 14%, 0%, 0%) |
| LAB | lab(86.7 -0.7 -20.3) |
| LCH | lch(86.7 20.3 268.2) |
| OKLCH | oklch(0.885 0.057 257.5) |
Copy-ready code
/* CSS */
color: #c2dbff;
background-color: #c2dbff;
/* Tailwind (arbitrary) */
class="text-[#c2dbff] bg-[#c2dbff]"
/* SCSS */
$brand: #c2dbff;
/* SwiftUI */
Color(red: 0.761, green: 0.859, blue: 1.000)
/* Android */
Color.parseColor("#c2dbff")Accessibility — WCAG contrast
Aa
#c2dbff on white: 1.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c2dbff on black: 14.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green85.9%
Blue100.0%
CMYK percentages
Cyan23.9%
Magenta14.1%
Yellow0.0%
Key (black)0.0%
Color previews
#c2dbff text on a black background
contrast 14.87:1
Card sample
#c2dbff text on a white background
contrast 1.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c2dbff;
Background color
Panel with #c2dbff background
background-color: #c2dbff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c2dbff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 219, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 219, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c2dbff; background: linear-gradient(135deg, #c2dbff, #D2C2FF);