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