#c3ddf7
a pale, electric blue · cool · closest name: lavender
RGB
195, 221, 247
HSL
210°, 77%, 87%
CMYK
21, 11, 0, 3
Luminance
0.7003
Every format
| HEX | #c3ddf7 |
| RGB | rgb(195, 221, 247) |
| HSL | hsl(210, 77%, 87%) |
| CMYK | cmyk(21%, 11%, 0%, 3%) |
| LAB | lab(87.0 -3.2 -15.5) |
| LCH | lch(87.0 15.9 258.5) |
| OKLCH | oklch(0.887 0.045 248.3) |
Copy-ready code
/* CSS */
color: #c3ddf7;
background-color: #c3ddf7;
/* Tailwind (arbitrary) */
class="text-[#c3ddf7] bg-[#c3ddf7]"
/* SCSS */
$brand: #c3ddf7;
/* SwiftUI */
Color(red: 0.765, green: 0.867, blue: 0.969)
/* Android */
Color.parseColor("#c3ddf7")Accessibility — WCAG contrast
Aa
#c3ddf7 on white: 1.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c3ddf7 on black: 15.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.5%
Green86.7%
Blue96.9%
CMYK percentages
Cyan21.1%
Magenta10.5%
Yellow0.0%
Key (black)3.1%
Color previews
#c3ddf7 text on a black background
contrast 15.01:1
Card sample
#c3ddf7 text on a white background
contrast 1.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c3ddf7;
Background color
Panel with #c3ddf7 background
background-color: #c3ddf7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c3ddf7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(195, 221, 247, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(195, 221, 247, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c3ddf7; background: linear-gradient(135deg, #c3ddf7, #CCC3F7);