#bcdccc
a light, soft green · cool · closest name: silver
RGB
188, 220, 204
HSL
150°, 31%, 80%
CMYK
15, 0, 7, 14
Luminance
0.6624
Every format
| HEX | #bcdccc |
| RGB | rgb(188, 220, 204) |
| HSL | hsl(150, 31%, 80%) |
| CMYK | cmyk(15%, 0%, 7%, 14%) |
| LAB | lab(85.1 -13.6 4.3) |
| LCH | lch(85.1 14.3 162.4) |
| OKLCH | oklch(0.867 0.040 163.9) |
Copy-ready code
/* CSS */
color: #bcdccc;
background-color: #bcdccc;
/* Tailwind (arbitrary) */
class="text-[#bcdccc] bg-[#bcdccc]"
/* SCSS */
$brand: #bcdccc;
/* SwiftUI */
Color(red: 0.737, green: 0.863, blue: 0.800)
/* Android */
Color.parseColor("#bcdccc")Accessibility — WCAG contrast
Aa
#bcdccc on white: 1.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bcdccc on black: 14.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green86.3%
Blue80.0%
CMYK percentages
Cyan14.5%
Magenta0.0%
Yellow7.3%
Key (black)13.7%
Color previews
#bcdccc text on a black background
contrast 14.25:1
Card sample
#bcdccc text on a white background
contrast 1.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bcdccc;
Background color
Panel with #bcdccc background
background-color: #bcdccc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bcdccc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 220, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 220, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bcdccc; background: linear-gradient(135deg, #bcdccc, #BCD7DC);