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