#bbd7eb
a light, vivid blue · cool · closest name: lavender
RGB
187, 215, 235
HSL
205°, 55%, 83%
CMYK
20, 9, 0, 8
Luminance
0.6516
Every format
| HEX | #bbd7eb |
| RGB | rgb(187, 215, 235) |
| HSL | hsl(205, 55%, 83%) |
| CMYK | cmyk(20%, 9%, 0%, 8%) |
| LAB | lab(84.6 -5.1 -12.9) |
| LCH | lch(84.6 13.9 248.6) |
| OKLCH | oklch(0.865 0.041 239.1) |
Copy-ready code
/* CSS */
color: #bbd7eb;
background-color: #bbd7eb;
/* Tailwind (arbitrary) */
class="text-[#bbd7eb] bg-[#bbd7eb]"
/* SCSS */
$brand: #bbd7eb;
/* SwiftUI */
Color(red: 0.733, green: 0.843, blue: 0.922)
/* Android */
Color.parseColor("#bbd7eb")Accessibility — WCAG contrast
Aa
#bbd7eb on white: 1.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bbd7eb on black: 14.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.3%
Green84.3%
Blue92.2%
CMYK percentages
Cyan20.4%
Magenta8.5%
Yellow0.0%
Key (black)7.8%
Color previews
#bbd7eb text on a black background
contrast 14.03:1
Card sample
#bbd7eb text on a white background
contrast 1.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bbd7eb;
Background color
Panel with #bbd7eb background
background-color: #bbd7eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bbd7eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(187, 215, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(187, 215, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bbd7eb; background: linear-gradient(135deg, #bbd7eb, #BFBBEB);