#bbccda
a light, soft blue · cool · closest name: silver
RGB
187, 204, 218
HSL
207°, 30%, 79%
CMYK
14, 6, 0, 15
Luminance
0.5881
Every format
| HEX | #bbccda |
| RGB | rgb(187, 204, 218) |
| HSL | hsl(207, 30%, 79%) |
| CMYK | cmyk(14%, 6%, 0%, 15%) |
| LAB | lab(81.2 -2.9 -8.9) |
| LCH | lch(81.2 9.4 251.8) |
| OKLCH | oklch(0.837 0.027 242.8) |
Copy-ready code
/* CSS */
color: #bbccda;
background-color: #bbccda;
/* Tailwind (arbitrary) */
class="text-[#bbccda] bg-[#bbccda]"
/* SCSS */
$brand: #bbccda;
/* SwiftUI */
Color(red: 0.733, green: 0.800, blue: 0.855)
/* Android */
Color.parseColor("#bbccda")Accessibility — WCAG contrast
Aa
#bbccda on white: 1.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bbccda on black: 12.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.3%
Green80.0%
Blue85.5%
CMYK percentages
Cyan14.2%
Magenta6.4%
Yellow0.0%
Key (black)14.5%
Color previews
#bbccda text on a black background
contrast 12.76:1
Card sample
#bbccda text on a white background
contrast 1.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bbccda;
Background color
Panel with #bbccda background
background-color: #bbccda;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bbccda;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(187, 204, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(187, 204, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bbccda; background: linear-gradient(135deg, #bbccda, #BFBBDA);