#c3e5fe
a pale, electric blue · cool · closest name: lavender
RGB
195, 229, 254
HSL
205°, 97%, 88%
CMYK
23, 10, 0, 0
Luminance
0.7480
Every format
| HEX | #c3e5fe |
| RGB | rgb(195, 229, 254) |
| HSL | hsl(205, 97%, 88%) |
| CMYK | cmyk(23%, 10%, 0%, 0%) |
| LAB | lab(89.3 -5.8 -15.8) |
| LCH | lch(89.3 16.8 249.9) |
| OKLCH | oklch(0.905 0.050 240.0) |
Copy-ready code
/* CSS */
color: #c3e5fe;
background-color: #c3e5fe;
/* Tailwind (arbitrary) */
class="text-[#c3e5fe] bg-[#c3e5fe]"
/* SCSS */
$brand: #c3e5fe;
/* SwiftUI */
Color(red: 0.765, green: 0.898, blue: 0.996)
/* Android */
Color.parseColor("#c3e5fe")Accessibility — WCAG contrast
Aa
#c3e5fe on white: 1.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c3e5fe on black: 15.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.5%
Green89.8%
Blue99.6%
CMYK percentages
Cyan23.2%
Magenta9.8%
Yellow0.0%
Key (black)0.4%
Color previews
#c3e5fe text on a black background
contrast 15.96:1
Card sample
#c3e5fe text on a white background
contrast 1.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c3e5fe;
Background color
Panel with #c3e5fe background
background-color: #c3e5fe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c3e5fe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(195, 229, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(195, 229, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c3e5fe; background: linear-gradient(135deg, #c3e5fe, #C8C3FE);