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