#cdd0fe
a pale, electric blue · warm · closest name: lavender
RGB
205, 208, 254
HSL
236°, 96%, 90%
CMYK
19, 18, 0, 0
Luminance
0.6525
Every format
| HEX | #cdd0fe |
| RGB | rgb(205, 208, 254) |
| HSL | hsl(236, 96%, 90%) |
| CMYK | cmyk(19%, 18%, 0%, 0%) |
| LAB | lab(84.6 8.2 -22.8) |
| LCH | lch(84.6 24.2 289.9) |
| OKLCH | oklch(0.870 0.064 282.1) |
Copy-ready code
/* CSS */
color: #cdd0fe;
background-color: #cdd0fe;
/* Tailwind (arbitrary) */
class="text-[#cdd0fe] bg-[#cdd0fe]"
/* SCSS */
$brand: #cdd0fe;
/* SwiftUI */
Color(red: 0.804, green: 0.816, blue: 0.996)
/* Android */
Color.parseColor("#cdd0fe")Accessibility — WCAG contrast
Aa
#cdd0fe on white: 1.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdd0fe on black: 14.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green81.6%
Blue99.6%
CMYK percentages
Cyan19.3%
Magenta18.1%
Yellow0.0%
Key (black)0.4%
Color previews
#cdd0fe text on a black background
contrast 14.05:1
Card sample
#cdd0fe text on a white background
contrast 1.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdd0fe;
Background color
Panel with #cdd0fe background
background-color: #cdd0fe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdd0fe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 208, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 208, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdd0fe; background: linear-gradient(135deg, #cdd0fe, #EBCDFE);