#bbcecc
a light, soft cyan · cool · closest name: silver
RGB
187, 206, 204
HSL
174°, 16%, 77%
CMYK
9, 0, 1, 19
Luminance
0.5907
Every format
| HEX | #bbcecc |
| RGB | rgb(187, 206, 204) |
| HSL | hsl(174, 16%, 77%) |
| CMYK | cmyk(9%, 0%, 1%, 19%) |
| LAB | lab(81.3 -6.8 -1.2) |
| LCH | lch(81.3 6.9 190.0) |
| OKLCH | oklch(0.837 0.021 189.1) |
Copy-ready code
/* CSS */
color: #bbcecc;
background-color: #bbcecc;
/* Tailwind (arbitrary) */
class="text-[#bbcecc] bg-[#bbcecc]"
/* SCSS */
$brand: #bbcecc;
/* SwiftUI */
Color(red: 0.733, green: 0.808, blue: 0.800)
/* Android */
Color.parseColor("#bbcecc")Accessibility — WCAG contrast
Aa
#bbcecc on white: 1.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bbcecc on black: 12.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.3%
Green80.8%
Blue80.0%
CMYK percentages
Cyan9.2%
Magenta0.0%
Yellow1.0%
Key (black)19.2%
Color previews
#bbcecc text on a black background
contrast 12.81:1
Card sample
#bbcecc text on a white background
contrast 1.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bbcecc;
Background color
Panel with #bbcecc background
background-color: #bbcecc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bbcecc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(187, 206, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(187, 206, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bbcecc; background: linear-gradient(135deg, #bbcecc, #BBC3CE);