#c3f5fd
a pale, electric cyan · cool · closest name: lavender
RGB
195, 245, 253
HSL
188°, 94%, 88%
CMYK
23, 3, 0, 1
Luminance
0.8400
Every format
| HEX | #c3f5fd |
| RGB | rgb(195, 245, 253) |
| HSL | hsl(188, 94%, 88%) |
| CMYK | cmyk(23%, 3%, 0%, 1%) |
| LAB | lab(93.5 -14.1 -9.1) |
| LCH | lch(93.5 16.8 212.7) |
| OKLCH | oklch(0.938 0.052 208.3) |
Copy-ready code
/* CSS */
color: #c3f5fd;
background-color: #c3f5fd;
/* Tailwind (arbitrary) */
class="text-[#c3f5fd] bg-[#c3f5fd]"
/* SCSS */
$brand: #c3f5fd;
/* SwiftUI */
Color(red: 0.765, green: 0.961, blue: 0.992)
/* Android */
Color.parseColor("#c3f5fd")Accessibility — WCAG contrast
Aa
#c3f5fd on white: 1.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c3f5fd on black: 17.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.5%
Green96.1%
Blue99.2%
CMYK percentages
Cyan22.9%
Magenta3.2%
Yellow0.0%
Key (black)0.8%
Color previews
#c3f5fd text on a black background
contrast 17.80:1
Card sample
#c3f5fd text on a white background
contrast 1.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c3f5fd;
Background color
Panel with #c3f5fd background
background-color: #c3f5fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c3f5fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(195, 245, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(195, 245, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c3f5fd; background: linear-gradient(135deg, #c3f5fd, #C3CEFD);