#c3edf9
a pale, electric cyan · cool · closest name: lavender
RGB
195, 237, 249
HSL
193°, 82%, 87%
CMYK
22, 5, 0, 2
Luminance
0.7901
Every format
| HEX | #c3edf9 |
| RGB | rgb(195, 237, 249) |
| HSL | hsl(193, 82%, 87%) |
| CMYK | cmyk(22%, 5%, 0%, 2%) |
| LAB | lab(91.2 -10.9 -10.3) |
| LCH | lch(91.2 15.0 223.2) |
| OKLCH | oklch(0.920 0.046 217.0) |
Copy-ready code
/* CSS */
color: #c3edf9;
background-color: #c3edf9;
/* Tailwind (arbitrary) */
class="text-[#c3edf9] bg-[#c3edf9]"
/* SCSS */
$brand: #c3edf9;
/* SwiftUI */
Color(red: 0.765, green: 0.929, blue: 0.976)
/* Android */
Color.parseColor("#c3edf9")Accessibility — WCAG contrast
Aa
#c3edf9 on white: 1.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c3edf9 on black: 16.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.5%
Green92.9%
Blue97.6%
CMYK percentages
Cyan21.7%
Magenta4.8%
Yellow0.0%
Key (black)2.4%
Color previews
#c3edf9 text on a black background
contrast 16.80:1
Card sample
#c3edf9 text on a white background
contrast 1.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c3edf9;
Background color
Panel with #c3edf9 background
background-color: #c3edf9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c3edf9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(195, 237, 249, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(195, 237, 249, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c3edf9; background: linear-gradient(135deg, #c3edf9, #C3C9F9);