#c3e5ff
a pale, electric blue · cool · closest name: lavender
RGB
195, 229, 255
HSL
206°, 100%, 88%
CMYK
24, 10, 0, 0
Luminance
0.7486
Every format
| HEX | #c3e5ff |
| RGB | rgb(195, 229, 255) |
| HSL | hsl(206, 100%, 88%) |
| CMYK | cmyk(24%, 10%, 0%, 0%) |
| LAB | lab(89.3 -5.6 -16.3) |
| LCH | lch(89.3 17.2 251.1) |
| OKLCH | oklch(0.906 0.051 241.1) |
Copy-ready code
/* CSS */
color: #c3e5ff;
background-color: #c3e5ff;
/* Tailwind (arbitrary) */
class="text-[#c3e5ff] bg-[#c3e5ff]"
/* SCSS */
$brand: #c3e5ff;
/* SwiftUI */
Color(red: 0.765, green: 0.898, blue: 1.000)
/* Android */
Color.parseColor("#c3e5ff")Accessibility — WCAG contrast
Aa
#c3e5ff on white: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c3e5ff on black: 15.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.5%
Green89.8%
Blue100.0%
CMYK percentages
Cyan23.5%
Magenta10.2%
Yellow0.0%
Key (black)0.0%
Color previews
#c3e5ff text on a black background
contrast 15.97:1
Card sample
#c3e5ff text on a white background
contrast 1.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c3e5ff;
Background color
Panel with #c3e5ff background
background-color: #c3e5ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c3e5ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(195, 229, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(195, 229, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c3e5ff; background: linear-gradient(135deg, #c3e5ff, #C9C3FF);