#c3dbfe
a pale, electric blue · cool · closest name: lavender
RGB
195, 219, 254
HSL
216°, 97%, 88%
CMYK
23, 14, 0, 0
Luminance
0.6942
Every format
| HEX | #c3dbfe |
| RGB | rgb(195, 219, 254) |
| HSL | hsl(216, 97%, 88%) |
| CMYK | cmyk(23%, 14%, 0%, 0%) |
| LAB | lab(86.7 -0.6 -19.7) |
| LCH | lch(86.7 19.7 268.3) |
| OKLCH | oklch(0.885 0.055 257.7) |
Copy-ready code
/* CSS */
color: #c3dbfe;
background-color: #c3dbfe;
/* Tailwind (arbitrary) */
class="text-[#c3dbfe] bg-[#c3dbfe]"
/* SCSS */
$brand: #c3dbfe;
/* SwiftUI */
Color(red: 0.765, green: 0.859, blue: 0.996)
/* Android */
Color.parseColor("#c3dbfe")Accessibility — WCAG contrast
Aa
#c3dbfe on white: 1.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c3dbfe on black: 14.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.5%
Green85.9%
Blue99.6%
CMYK percentages
Cyan23.2%
Magenta13.8%
Yellow0.0%
Key (black)0.4%
Color previews
#c3dbfe text on a black background
contrast 14.88:1
Card sample
#c3dbfe text on a white background
contrast 1.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c3dbfe;
Background color
Panel with #c3dbfe background
background-color: #c3dbfe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c3dbfe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(195, 219, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(195, 219, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c3dbfe; background: linear-gradient(135deg, #c3dbfe, #D2C3FE);