#c7cdfb
a pale, electric blue · warm · closest name: lavender
RGB
199, 205, 251
HSL
233°, 87%, 88%
CMYK
21, 18, 0, 2
Luminance
0.6277
Every format
| HEX | #c7cdfb |
| RGB | rgb(199, 205, 251) |
| HSL | hsl(233, 87%, 88%) |
| CMYK | cmyk(21%, 18%, 0%, 2%) |
| LAB | lab(83.3 7.4 -23.2) |
| LCH | lch(83.3 24.3 287.6) |
| OKLCH | oklch(0.859 0.064 279.1) |
Copy-ready code
/* CSS */
color: #c7cdfb;
background-color: #c7cdfb;
/* Tailwind (arbitrary) */
class="text-[#c7cdfb] bg-[#c7cdfb]"
/* SCSS */
$brand: #c7cdfb;
/* SwiftUI */
Color(red: 0.780, green: 0.804, blue: 0.984)
/* Android */
Color.parseColor("#c7cdfb")Accessibility — WCAG contrast
Aa
#c7cdfb on white: 1.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c7cdfb on black: 13.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.0%
Green80.4%
Blue98.4%
CMYK percentages
Cyan20.7%
Magenta18.3%
Yellow0.0%
Key (black)1.6%
Color previews
#c7cdfb text on a black background
contrast 13.55:1
Card sample
#c7cdfb text on a white background
contrast 1.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c7cdfb;
Background color
Panel with #c7cdfb background
background-color: #c7cdfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c7cdfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(199, 205, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(199, 205, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c7cdfb; background: linear-gradient(135deg, #c7cdfb, #E4C7FB);