#bfcdbb
a light, soft green · cool · closest name: silver
RGB
191, 205, 187
HSL
107°, 15%, 77%
CMYK
7, 0, 9, 20
Luminance
0.5833
Every format
| HEX | #bfcdbb |
| RGB | rgb(191, 205, 187) |
| HSL | hsl(107, 15%, 77%) |
| CMYK | cmyk(7%, 0%, 9%, 20%) |
| LAB | lab(80.9 -8.1 7.3) |
| LCH | lch(80.9 10.9 137.8) |
| OKLCH | oklch(0.833 0.029 138.7) |
Copy-ready code
/* CSS */
color: #bfcdbb;
background-color: #bfcdbb;
/* Tailwind (arbitrary) */
class="text-[#bfcdbb] bg-[#bfcdbb]"
/* SCSS */
$brand: #bfcdbb;
/* SwiftUI */
Color(red: 0.749, green: 0.804, blue: 0.733)
/* Android */
Color.parseColor("#bfcdbb")Accessibility — WCAG contrast
Aa
#bfcdbb on white: 1.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfcdbb on black: 12.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green80.4%
Blue73.3%
CMYK percentages
Cyan6.8%
Magenta0.0%
Yellow8.8%
Key (black)19.6%
Color previews
#bfcdbb text on a black background
contrast 12.67:1
Card sample
#bfcdbb text on a white background
contrast 1.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfcdbb;
Background color
Panel with #bfcdbb background
background-color: #bfcdbb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfcdbb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 205, 187, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 205, 187, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfcdbb; background: linear-gradient(135deg, #bfcdbb, #BBCDC3);