#bbcdbe
a light, soft green · cool · closest name: silver
RGB
187, 205, 190
HSL
130°, 15%, 77%
CMYK
9, 0, 7, 20
Luminance
0.5795
Every format
| HEX | #bbcdbe |
| RGB | rgb(187, 205, 190) |
| HSL | hsl(130, 15%, 77%) |
| CMYK | cmyk(9%, 0%, 7%, 20%) |
| LAB | lab(80.7 -8.9 5.4) |
| LCH | lch(80.7 10.4 148.8) |
| OKLCH | oklch(0.830 0.028 150.3) |
Copy-ready code
/* CSS */
color: #bbcdbe;
background-color: #bbcdbe;
/* Tailwind (arbitrary) */
class="text-[#bbcdbe] bg-[#bbcdbe]"
/* SCSS */
$brand: #bbcdbe;
/* SwiftUI */
Color(red: 0.733, green: 0.804, blue: 0.745)
/* Android */
Color.parseColor("#bbcdbe")Accessibility — WCAG contrast
Aa
#bbcdbe on white: 1.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bbcdbe on black: 12.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.3%
Green80.4%
Blue74.5%
CMYK percentages
Cyan8.8%
Magenta0.0%
Yellow7.3%
Key (black)19.6%
Color previews
#bbcdbe text on a black background
contrast 12.59:1
Card sample
#bbcdbe text on a white background
contrast 1.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bbcdbe;
Background color
Panel with #bbcdbe background
background-color: #bbcdbe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bbcdbe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(187, 205, 190, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(187, 205, 190, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bbcdbe; background: linear-gradient(135deg, #bbcdbe, #BBCDCA);