#bcdfd0
a light, soft green · cool · closest name: beige
RGB
188, 223, 208
HSL
154°, 35%, 81%
CMYK
16, 0, 7, 13
Luminance
0.6802
Every format
| HEX | #bcdfd0 |
| RGB | rgb(188, 223, 208) |
| HSL | hsl(154, 35%, 81%) |
| CMYK | cmyk(16%, 0%, 7%, 13%) |
| LAB | lab(86.0 -14.4 3.5) |
| LCH | lch(86.0 14.8 166.3) |
| OKLCH | oklch(0.874 0.042 167.6) |
Copy-ready code
/* CSS */
color: #bcdfd0;
background-color: #bcdfd0;
/* Tailwind (arbitrary) */
class="text-[#bcdfd0] bg-[#bcdfd0]"
/* SCSS */
$brand: #bcdfd0;
/* SwiftUI */
Color(red: 0.737, green: 0.875, blue: 0.816)
/* Android */
Color.parseColor("#bcdfd0")Accessibility — WCAG contrast
Aa
#bcdfd0 on white: 1.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bcdfd0 on black: 14.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green87.5%
Blue81.6%
CMYK percentages
Cyan15.7%
Magenta0.0%
Yellow6.7%
Key (black)12.5%
Color previews
#bcdfd0 text on a black background
contrast 14.60:1
Card sample
#bcdfd0 text on a white background
contrast 1.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bcdfd0;
Background color
Panel with #bcdfd0 background
background-color: #bcdfd0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bcdfd0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 223, 208, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 223, 208, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bcdfd0; background: linear-gradient(135deg, #bcdfd0, #BCD7DF);