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