#c5dfff
a pale, electric blue · cool · closest name: lavender
RGB
197, 223, 255
HSL
213°, 100%, 89%
CMYK
23, 13, 0, 0
Luminance
0.7187
Every format
| HEX | #c5dfff |
| RGB | rgb(197, 223, 255) |
| HSL | hsl(213, 100%, 89%) |
| CMYK | cmyk(23%, 13%, 0%, 0%) |
| LAB | lab(87.9 -1.9 -18.4) |
| LCH | lch(87.9 18.5 264.2) |
| OKLCH | oklch(0.895 0.052 253.7) |
Copy-ready code
/* CSS */
color: #c5dfff;
background-color: #c5dfff;
/* Tailwind (arbitrary) */
class="text-[#c5dfff] bg-[#c5dfff]"
/* SCSS */
$brand: #c5dfff;
/* SwiftUI */
Color(red: 0.773, green: 0.875, blue: 1.000)
/* Android */
Color.parseColor("#c5dfff")Accessibility — WCAG contrast
Aa
#c5dfff on white: 1.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c5dfff on black: 15.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.3%
Green87.5%
Blue100.0%
CMYK percentages
Cyan22.7%
Magenta12.5%
Yellow0.0%
Key (black)0.0%
Color previews
#c5dfff text on a black background
contrast 15.37:1
Card sample
#c5dfff text on a white background
contrast 1.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c5dfff;
Background color
Panel with #c5dfff background
background-color: #c5dfff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c5dfff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(197, 223, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(197, 223, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c5dfff; background: linear-gradient(135deg, #c5dfff, #D2C5FF);