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