#bbddcf
a light, soft green · cool · closest name: silver
RGB
187, 221, 207
HSL
155°, 33%, 80%
CMYK
15, 0, 6, 13
Luminance
0.6678
Every format
| HEX | #bbddcf |
| RGB | rgb(187, 221, 207) |
| HSL | hsl(155, 33%, 80%) |
| CMYK | cmyk(15%, 0%, 6%, 13%) |
| LAB | lab(85.4 -13.9 3.1) |
| LCH | lch(85.4 14.3 167.3) |
| OKLCH | oklch(0.869 0.041 168.5) |
Copy-ready code
/* CSS */
color: #bbddcf;
background-color: #bbddcf;
/* Tailwind (arbitrary) */
class="text-[#bbddcf] bg-[#bbddcf]"
/* SCSS */
$brand: #bbddcf;
/* SwiftUI */
Color(red: 0.733, green: 0.867, blue: 0.812)
/* Android */
Color.parseColor("#bbddcf")Accessibility — WCAG contrast
Aa
#bbddcf on white: 1.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bbddcf on black: 14.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.3%
Green86.7%
Blue81.2%
CMYK percentages
Cyan15.4%
Magenta0.0%
Yellow6.3%
Key (black)13.3%
Color previews
#bbddcf text on a black background
contrast 14.36:1
Card sample
#bbddcf text on a white background
contrast 1.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bbddcf;
Background color
Panel with #bbddcf background
background-color: #bbddcf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bbddcf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(187, 221, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(187, 221, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bbddcf; background: linear-gradient(135deg, #bbddcf, #BBD4DD);