#bcdfd6
a light, soft cyan · cool · closest name: silver
RGB
188, 223, 214
HSL
165°, 35%, 81%
CMYK
16, 0, 4, 13
Luminance
0.6832
Every format
| HEX | #bcdfd6 |
| RGB | rgb(188, 223, 214) |
| HSL | hsl(165, 35%, 81%) |
| CMYK | cmyk(16%, 0%, 4%, 13%) |
| LAB | lab(86.2 -13.2 0.6) |
| LCH | lch(86.2 13.2 177.5) |
| OKLCH | oklch(0.876 0.039 178.1) |
Copy-ready code
/* CSS */
color: #bcdfd6;
background-color: #bcdfd6;
/* Tailwind (arbitrary) */
class="text-[#bcdfd6] bg-[#bcdfd6]"
/* SCSS */
$brand: #bcdfd6;
/* SwiftUI */
Color(red: 0.737, green: 0.875, blue: 0.839)
/* Android */
Color.parseColor("#bcdfd6")Accessibility — WCAG contrast
Aa
#bcdfd6 on white: 1.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bcdfd6 on black: 14.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green87.5%
Blue83.9%
CMYK percentages
Cyan15.7%
Magenta0.0%
Yellow4.0%
Key (black)12.5%
Color previews
#bcdfd6 text on a black background
contrast 14.66:1
Card sample
#bcdfd6 text on a white background
contrast 1.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bcdfd6;
Background color
Panel with #bcdfd6 background
background-color: #bcdfd6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bcdfd6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 223, 214, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 223, 214, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bcdfd6; background: linear-gradient(135deg, #bcdfd6, #BCD1DF);