#bbd0df
a light, soft blue · cool · closest name: silver
RGB
187, 208, 223
HSL
205°, 36%, 80%
CMYK
16, 7, 0, 13
Luminance
0.6100
Every format
| HEX | #bbd0df |
| RGB | rgb(187, 208, 223) |
| HSL | hsl(205, 36%, 80%) |
| CMYK | cmyk(16%, 7%, 0%, 13%) |
| LAB | lab(82.4 -4.0 -9.8) |
| LCH | lch(82.4 10.6 247.9) |
| OKLCH | oklch(0.847 0.031 238.9) |
Copy-ready code
/* CSS */
color: #bbd0df;
background-color: #bbd0df;
/* Tailwind (arbitrary) */
class="text-[#bbd0df] bg-[#bbd0df]"
/* SCSS */
$brand: #bbd0df;
/* SwiftUI */
Color(red: 0.733, green: 0.816, blue: 0.875)
/* Android */
Color.parseColor("#bbd0df")Accessibility — WCAG contrast
Aa
#bbd0df on white: 1.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bbd0df on black: 13.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.3%
Green81.6%
Blue87.5%
CMYK percentages
Cyan16.1%
Magenta6.7%
Yellow0.0%
Key (black)12.5%
Color previews
#bbd0df text on a black background
contrast 13.20:1
Card sample
#bbd0df text on a white background
contrast 1.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bbd0df;
Background color
Panel with #bbd0df background
background-color: #bbd0df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bbd0df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(187, 208, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(187, 208, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bbd0df; background: linear-gradient(135deg, #bbd0df, #BEBBDF);