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