#bbcfc9
a light, soft cyan · cool · closest name: silver
RGB
187, 207, 201
HSL
162°, 17%, 77%
CMYK
10, 0, 3, 19
Luminance
0.5941
Every format
| HEX | #bbcfc9 |
| RGB | rgb(187, 207, 201) |
| HSL | hsl(162, 17%, 77%) |
| CMYK | cmyk(10%, 0%, 3%, 19%) |
| LAB | lab(81.5 -7.9 0.7) |
| LCH | lch(81.5 7.9 175.1) |
| OKLCH | oklch(0.838 0.023 175.8) |
Copy-ready code
/* CSS */
color: #bbcfc9;
background-color: #bbcfc9;
/* Tailwind (arbitrary) */
class="text-[#bbcfc9] bg-[#bbcfc9]"
/* SCSS */
$brand: #bbcfc9;
/* SwiftUI */
Color(red: 0.733, green: 0.812, blue: 0.788)
/* Android */
Color.parseColor("#bbcfc9")Accessibility — WCAG contrast
Aa
#bbcfc9 on white: 1.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bbcfc9 on black: 12.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.3%
Green81.2%
Blue78.8%
CMYK percentages
Cyan9.7%
Magenta0.0%
Yellow2.9%
Key (black)18.8%
Color previews
#bbcfc9 text on a black background
contrast 12.88:1
Card sample
#bbcfc9 text on a white background
contrast 1.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bbcfc9;
Background color
Panel with #bbcfc9 background
background-color: #bbcfc9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bbcfc9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(187, 207, 201, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(187, 207, 201, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bbcfc9; background: linear-gradient(135deg, #bbcfc9, #BBC8CF);