#bbdccc
a light, soft green · cool · closest name: silver
RGB
187, 220, 204
HSL
151°, 32%, 80%
CMYK
15, 0, 7, 14
Luminance
0.6611
Every format
| HEX | #bbdccc |
| RGB | rgb(187, 220, 204) |
| HSL | hsl(151, 32%, 80%) |
| CMYK | cmyk(15%, 0%, 7%, 14%) |
| LAB | lab(85.0 -14.0 4.2) |
| LCH | lch(85.0 14.6 163.2) |
| OKLCH | oklch(0.866 0.041 164.6) |
Copy-ready code
/* CSS */
color: #bbdccc;
background-color: #bbdccc;
/* Tailwind (arbitrary) */
class="text-[#bbdccc] bg-[#bbdccc]"
/* SCSS */
$brand: #bbdccc;
/* SwiftUI */
Color(red: 0.733, green: 0.863, blue: 0.800)
/* Android */
Color.parseColor("#bbdccc")Accessibility — WCAG contrast
Aa
#bbdccc on white: 1.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bbdccc on black: 14.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.3%
Green86.3%
Blue80.0%
CMYK percentages
Cyan15.0%
Magenta0.0%
Yellow7.3%
Key (black)13.7%
Color previews
#bbdccc text on a black background
contrast 14.22:1
Card sample
#bbdccc text on a white background
contrast 1.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bbdccc;
Background color
Panel with #bbdccc background
background-color: #bbdccc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bbdccc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(187, 220, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(187, 220, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bbdccc; background: linear-gradient(135deg, #bbdccc, #BBD6DC);