#bcdbdb
a light, soft cyan · cool · closest name: silver
RGB
188, 219, 219
HSL
180°, 30%, 80%
CMYK
14, 0, 0, 14
Luminance
0.6647
Every format
| HEX | #bcdbdb |
| RGB | rgb(188, 219, 219) |
| HSL | hsl(180, 30%, 80%) |
| CMYK | cmyk(14%, 0%, 0%, 14%) |
| LAB | lab(85.2 -10.2 -3.4) |
| LCH | lch(85.2 10.8 198.7) |
| OKLCH | oklch(0.869 0.033 196.6) |
Copy-ready code
/* CSS */
color: #bcdbdb;
background-color: #bcdbdb;
/* Tailwind (arbitrary) */
class="text-[#bcdbdb] bg-[#bcdbdb]"
/* SCSS */
$brand: #bcdbdb;
/* SwiftUI */
Color(red: 0.737, green: 0.859, blue: 0.859)
/* Android */
Color.parseColor("#bcdbdb")Accessibility — WCAG contrast
Aa
#bcdbdb on white: 1.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bcdbdb on black: 14.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green85.9%
Blue85.9%
CMYK percentages
Cyan14.2%
Magenta0.0%
Yellow0.0%
Key (black)14.1%
Color previews
#bcdbdb text on a black background
contrast 14.29:1
Card sample
#bcdbdb text on a white background
contrast 1.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bcdbdb;
Background color
Panel with #bcdbdb background
background-color: #bcdbdb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bcdbdb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 219, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 219, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bcdbdb; background: linear-gradient(135deg, #bcdbdb, #BCC6DB);