#bfd7cb
a light, soft green · cool · closest name: silver
RGB
191, 215, 203
HSL
150°, 23%, 80%
CMYK
11, 0, 6, 16
Luminance
0.6399
Every format
| HEX | #bfd7cb |
| RGB | rgb(191, 215, 203) |
| HSL | hsl(150, 23%, 80%) |
| CMYK | cmyk(11%, 0%, 6%, 16%) |
| LAB | lab(84.0 -10.3 3.2) |
| LCH | lch(84.0 10.8 162.7) |
| OKLCH | oklch(0.858 0.030 164.2) |
Copy-ready code
/* CSS */
color: #bfd7cb;
background-color: #bfd7cb;
/* Tailwind (arbitrary) */
class="text-[#bfd7cb] bg-[#bfd7cb]"
/* SCSS */
$brand: #bfd7cb;
/* SwiftUI */
Color(red: 0.749, green: 0.843, blue: 0.796)
/* Android */
Color.parseColor("#bfd7cb")Accessibility — WCAG contrast
Aa
#bfd7cb on white: 1.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfd7cb on black: 13.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green84.3%
Blue79.6%
CMYK percentages
Cyan11.2%
Magenta0.0%
Yellow5.6%
Key (black)15.7%
Color previews
#bfd7cb text on a black background
contrast 13.80:1
Card sample
#bfd7cb text on a white background
contrast 1.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfd7cb;
Background color
Panel with #bfd7cb background
background-color: #bfd7cb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfd7cb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 215, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 215, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfd7cb; background: linear-gradient(135deg, #bfd7cb, #BFD3D7);