#bbd7df
a light, soft cyan · cool · closest name: silver
RGB
187, 215, 223
HSL
193°, 36%, 80%
CMYK
16, 4, 0, 13
Luminance
0.6449
Every format
| HEX | #bbd7df |
| RGB | rgb(187, 215, 223) |
| HSL | hsl(193, 36%, 80%) |
| CMYK | cmyk(16%, 4%, 0%, 13%) |
| LAB | lab(84.2 -7.6 -7.1) |
| LCH | lch(84.2 10.4 222.8) |
| OKLCH | oklch(0.861 0.032 216.8) |
Copy-ready code
/* CSS */
color: #bbd7df;
background-color: #bbd7df;
/* Tailwind (arbitrary) */
class="text-[#bbd7df] bg-[#bbd7df]"
/* SCSS */
$brand: #bbd7df;
/* SwiftUI */
Color(red: 0.733, green: 0.843, blue: 0.875)
/* Android */
Color.parseColor("#bbd7df")Accessibility — WCAG contrast
Aa
#bbd7df on white: 1.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bbd7df on black: 13.90:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.3%
Green84.3%
Blue87.5%
CMYK percentages
Cyan16.1%
Magenta3.6%
Yellow0.0%
Key (black)12.5%
Color previews
#bbd7df text on a black background
contrast 13.90:1
Card sample
#bbd7df text on a white background
contrast 1.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bbd7df;
Background color
Panel with #bbd7df background
background-color: #bbd7df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bbd7df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(187, 215, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(187, 215, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bbd7df; background: linear-gradient(135deg, #bbd7df, #BBBFDF);