#bbcad2
a light, soft blue · cool · closest name: silver
RGB
187, 202, 210
HSL
201°, 20%, 78%
CMYK
11, 4, 0, 18
Luminance
0.5746
Every format
| HEX | #bbcad2 |
| RGB | rgb(187, 202, 210) |
| HSL | hsl(201, 20%, 78%) |
| CMYK | cmyk(11%, 4%, 0%, 18%) |
| LAB | lab(80.4 -3.5 -5.7) |
| LCH | lch(80.4 6.7 238.5) |
| OKLCH | oklch(0.830 0.020 230.8) |
Copy-ready code
/* CSS */
color: #bbcad2;
background-color: #bbcad2;
/* Tailwind (arbitrary) */
class="text-[#bbcad2] bg-[#bbcad2]"
/* SCSS */
$brand: #bbcad2;
/* SwiftUI */
Color(red: 0.733, green: 0.792, blue: 0.824)
/* Android */
Color.parseColor("#bbcad2")Accessibility — WCAG contrast
Aa
#bbcad2 on white: 1.68:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bbcad2 on black: 12.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.3%
Green79.2%
Blue82.4%
CMYK percentages
Cyan11.0%
Magenta3.8%
Yellow0.0%
Key (black)17.6%
Color previews
#bbcad2 text on a black background
contrast 12.49:1
Card sample
#bbcad2 text on a white background
contrast 1.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bbcad2;
Background color
Panel with #bbcad2 background
background-color: #bbcad2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bbcad2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(187, 202, 210, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(187, 202, 210, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bbcad2; background: linear-gradient(135deg, #bbcad2, #BBBBD2);