#bccdad
a light, soft green · cool · closest name: beige
RGB
188, 205, 173
HSL
92°, 24%, 74%
CMYK
8, 0, 16, 20
Luminance
0.5737
Every format
| HEX | #bccdad |
| RGB | rgb(188, 205, 173) |
| HSL | hsl(92, 24%, 74%) |
| CMYK | cmyk(8%, 0%, 16%, 20%) |
| LAB | lab(80.4 -11.5 14.0) |
| LCH | lch(80.4 18.1 129.5) |
| OKLCH | oklch(0.827 0.047 130.3) |
Copy-ready code
/* CSS */
color: #bccdad;
background-color: #bccdad;
/* Tailwind (arbitrary) */
class="text-[#bccdad] bg-[#bccdad]"
/* SCSS */
$brand: #bccdad;
/* SwiftUI */
Color(red: 0.737, green: 0.804, blue: 0.678)
/* Android */
Color.parseColor("#bccdad")Accessibility — WCAG contrast
Aa
#bccdad on white: 1.68:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bccdad on black: 12.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green80.4%
Blue67.8%
CMYK percentages
Cyan8.3%
Magenta0.0%
Yellow15.6%
Key (black)19.6%
Color previews
#bccdad text on a black background
contrast 12.47:1
Card sample
#bccdad text on a white background
contrast 1.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bccdad;
Background color
Panel with #bccdad background
background-color: #bccdad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bccdad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 205, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 205, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bccdad; background: linear-gradient(135deg, #bccdad, #ADCDB3);