#bcdecf
a light, soft green · cool · closest name: beige
RGB
188, 222, 207
HSL
154°, 34%, 80%
CMYK
15, 0, 7, 13
Luminance
0.6744
Every format
| HEX | #bcdecf |
| RGB | rgb(188, 222, 207) |
| HSL | hsl(154, 34%, 80%) |
| CMYK | cmyk(15%, 0%, 7%, 13%) |
| LAB | lab(85.7 -14.1 3.6) |
| LCH | lch(85.7 14.5 165.6) |
| OKLCH | oklch(0.872 0.041 166.9) |
Copy-ready code
/* CSS */
color: #bcdecf;
background-color: #bcdecf;
/* Tailwind (arbitrary) */
class="text-[#bcdecf] bg-[#bcdecf]"
/* SCSS */
$brand: #bcdecf;
/* SwiftUI */
Color(red: 0.737, green: 0.871, blue: 0.812)
/* Android */
Color.parseColor("#bcdecf")Accessibility — WCAG contrast
Aa
#bcdecf on white: 1.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bcdecf on black: 14.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green87.1%
Blue81.2%
CMYK percentages
Cyan15.3%
Magenta0.0%
Yellow6.8%
Key (black)12.9%
Color previews
#bcdecf text on a black background
contrast 14.49:1
Card sample
#bcdecf text on a white background
contrast 1.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bcdecf;
Background color
Panel with #bcdecf background
background-color: #bcdecf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bcdecf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 222, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 222, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bcdecf; background: linear-gradient(135deg, #bcdecf, #BCD6DE);