#bdccff
a pale, electric blue · warm · closest name: lavender
RGB
189, 204, 255
HSL
226°, 100%, 87%
CMYK
26, 20, 0, 0
Luminance
0.6122
Every format
| HEX | #bdccff |
| RGB | rgb(189, 204, 255) |
| HSL | hsl(226, 100%, 87%) |
| CMYK | cmyk(26%, 20%, 0%, 0%) |
| LAB | lab(82.5 5.8 -26.6) |
| LCH | lch(82.5 27.3 282.4) |
| OKLCH | oklch(0.851 0.073 272.0) |
Copy-ready code
/* CSS */
color: #bdccff;
background-color: #bdccff;
/* Tailwind (arbitrary) */
class="text-[#bdccff] bg-[#bdccff]"
/* SCSS */
$brand: #bdccff;
/* SwiftUI */
Color(red: 0.741, green: 0.800, blue: 1.000)
/* Android */
Color.parseColor("#bdccff")Accessibility — WCAG contrast
Aa
#bdccff on white: 1.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdccff on black: 13.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green80.0%
Blue100.0%
CMYK percentages
Cyan25.9%
Magenta20.0%
Yellow0.0%
Key (black)0.0%
Color previews
#bdccff text on a black background
contrast 13.24:1
Card sample
#bdccff text on a white background
contrast 1.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdccff;
Background color
Panel with #bdccff background
background-color: #bdccff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdccff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 204, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 204, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdccff; background: linear-gradient(135deg, #bdccff, #DABDFF);