#bccfad
a light, soft green · cool · closest name: beige
RGB
188, 207, 173
HSL
94°, 26%, 75%
CMYK
9, 0, 16, 19
Luminance
0.5833
Every format
| HEX | #bccfad |
| RGB | rgb(188, 207, 173) |
| HSL | hsl(94, 26%, 75%) |
| CMYK | cmyk(9%, 0%, 16%, 19%) |
| LAB | lab(80.9 -12.6 14.8) |
| LCH | lch(80.9 19.4 130.4) |
| OKLCH | oklch(0.831 0.051 131.4) |
Copy-ready code
/* CSS */
color: #bccfad;
background-color: #bccfad;
/* Tailwind (arbitrary) */
class="text-[#bccfad] bg-[#bccfad]"
/* SCSS */
$brand: #bccfad;
/* SwiftUI */
Color(red: 0.737, green: 0.812, blue: 0.678)
/* Android */
Color.parseColor("#bccfad")Accessibility — WCAG contrast
Aa
#bccfad on white: 1.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bccfad on black: 12.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green81.2%
Blue67.8%
CMYK percentages
Cyan9.2%
Magenta0.0%
Yellow16.4%
Key (black)18.8%
Color previews
#bccfad text on a black background
contrast 12.67:1
Card sample
#bccfad text on a white background
contrast 1.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bccfad;
Background color
Panel with #bccfad background
background-color: #bccfad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bccfad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 207, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 207, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bccfad; background: linear-gradient(135deg, #bccfad, #ADCFB5);