#bddaeb
a light, vivid blue · cool · closest name: lavender
RGB
189, 218, 235
HSL
202°, 54%, 83%
CMYK
20, 7, 0, 8
Luminance
0.6696
Every format
| HEX | #bddaeb |
| RGB | rgb(189, 218, 235) |
| HSL | hsl(202, 54%, 83%) |
| CMYK | cmyk(20%, 7%, 0%, 8%) |
| LAB | lab(85.5 -6.0 -11.5) |
| LCH | lch(85.5 13.0 242.4) |
| OKLCH | oklch(0.873 0.039 233.6) |
Copy-ready code
/* CSS */
color: #bddaeb;
background-color: #bddaeb;
/* Tailwind (arbitrary) */
class="text-[#bddaeb] bg-[#bddaeb]"
/* SCSS */
$brand: #bddaeb;
/* SwiftUI */
Color(red: 0.741, green: 0.855, blue: 0.922)
/* Android */
Color.parseColor("#bddaeb")Accessibility — WCAG contrast
Aa
#bddaeb on white: 1.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bddaeb on black: 14.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green85.5%
Blue92.2%
CMYK percentages
Cyan19.6%
Magenta7.2%
Yellow0.0%
Key (black)7.8%
Color previews
#bddaeb text on a black background
contrast 14.39:1
Card sample
#bddaeb text on a white background
contrast 1.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bddaeb;
Background color
Panel with #bddaeb background
background-color: #bddaeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bddaeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 218, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 218, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bddaeb; background: linear-gradient(135deg, #bddaeb, #BFBDEB);