#bbd5df
a light, soft cyan · cool · closest name: silver
RGB
187, 213, 223
HSL
197°, 36%, 80%
CMYK
16, 5, 0, 13
Luminance
0.6348
Every format
| HEX | #bbd5df |
| RGB | rgb(187, 213, 223) |
| HSL | hsl(197, 36%, 80%) |
| CMYK | cmyk(16%, 5%, 0%, 13%) |
| LAB | lab(83.7 -6.6 -7.8) |
| LCH | lch(83.7 10.2 230.0) |
| OKLCH | oklch(0.857 0.031 222.9) |
Copy-ready code
/* CSS */
color: #bbd5df;
background-color: #bbd5df;
/* Tailwind (arbitrary) */
class="text-[#bbd5df] bg-[#bbd5df]"
/* SCSS */
$brand: #bbd5df;
/* SwiftUI */
Color(red: 0.733, green: 0.835, blue: 0.875)
/* Android */
Color.parseColor("#bbd5df")Accessibility — WCAG contrast
Aa
#bbd5df on white: 1.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bbd5df on black: 13.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.3%
Green83.5%
Blue87.5%
CMYK percentages
Cyan16.1%
Magenta4.5%
Yellow0.0%
Key (black)12.5%
Color previews
#bbd5df text on a black background
contrast 13.70:1
Card sample
#bbd5df text on a white background
contrast 1.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bbd5df;
Background color
Panel with #bbd5df background
background-color: #bbd5df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bbd5df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(187, 213, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(187, 213, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bbd5df; background: linear-gradient(135deg, #bbd5df, #BBBDDF);