#cdcffb
a pale, electric blue · warm · closest name: lavender
RGB
205, 207, 251
HSL
237°, 85%, 89%
CMYK
18, 18, 0, 2
Luminance
0.6457
Every format
| HEX | #cdcffb |
| RGB | rgb(205, 207, 251) |
| HSL | hsl(237, 85%, 89%) |
| CMYK | cmyk(18%, 18%, 0%, 2%) |
| LAB | lab(84.3 8.1 -21.7) |
| LCH | lch(84.3 23.2 290.5) |
| OKLCH | oklch(0.867 0.061 283.0) |
Copy-ready code
/* CSS */
color: #cdcffb;
background-color: #cdcffb;
/* Tailwind (arbitrary) */
class="text-[#cdcffb] bg-[#cdcffb]"
/* SCSS */
$brand: #cdcffb;
/* SwiftUI */
Color(red: 0.804, green: 0.812, blue: 0.984)
/* Android */
Color.parseColor("#cdcffb")Accessibility — WCAG contrast
Aa
#cdcffb on white: 1.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdcffb on black: 13.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green81.2%
Blue98.4%
CMYK percentages
Cyan18.3%
Magenta17.5%
Yellow0.0%
Key (black)1.6%
Color previews
#cdcffb text on a black background
contrast 13.91:1
Card sample
#cdcffb text on a white background
contrast 1.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdcffb;
Background color
Panel with #cdcffb background
background-color: #cdcffb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdcffb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 207, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 207, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdcffb; background: linear-gradient(135deg, #cdcffb, #EACDFB);