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