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