#bbcfd3
a light, soft cyan · cool · closest name: silver
RGB
187, 207, 211
HSL
190°, 21%, 78%
CMYK
11, 2, 0, 17
Luminance
0.5989
Every format
| HEX | #bbcfd3 |
| RGB | rgb(187, 207, 211) |
| HSL | hsl(190, 21%, 78%) |
| CMYK | cmyk(11%, 2%, 0%, 17%) |
| LAB | lab(81.8 -5.9 -4.3) |
| LCH | lch(81.8 7.3 215.9) |
| OKLCH | oklch(0.841 0.022 211.1) |
Copy-ready code
/* CSS */
color: #bbcfd3;
background-color: #bbcfd3;
/* Tailwind (arbitrary) */
class="text-[#bbcfd3] bg-[#bbcfd3]"
/* SCSS */
$brand: #bbcfd3;
/* SwiftUI */
Color(red: 0.733, green: 0.812, blue: 0.827)
/* Android */
Color.parseColor("#bbcfd3")Accessibility — WCAG contrast
Aa
#bbcfd3 on white: 1.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bbcfd3 on black: 12.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.3%
Green81.2%
Blue82.7%
CMYK percentages
Cyan11.4%
Magenta1.9%
Yellow0.0%
Key (black)17.3%
Color previews
#bbcfd3 text on a black background
contrast 12.98:1
Card sample
#bbcfd3 text on a white background
contrast 1.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bbcfd3;
Background color
Panel with #bbcfd3 background
background-color: #bbcfd3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bbcfd3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(187, 207, 211, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(187, 207, 211, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bbcfd3; background: linear-gradient(135deg, #bbcfd3, #BBBFD3);