#bfd6cb
a light, soft green · cool · closest name: silver
RGB
191, 214, 203
HSL
151°, 22%, 79%
CMYK
11, 0, 5, 16
Luminance
0.6348
Every format
| HEX | #bfd6cb |
| RGB | rgb(191, 214, 203) |
| HSL | hsl(151, 22%, 79%) |
| CMYK | cmyk(11%, 0%, 5%, 16%) |
| LAB | lab(83.7 -9.8 2.8) |
| LCH | lch(83.7 10.2 163.9) |
| OKLCH | oklch(0.856 0.029 165.3) |
Copy-ready code
/* CSS */
color: #bfd6cb;
background-color: #bfd6cb;
/* Tailwind (arbitrary) */
class="text-[#bfd6cb] bg-[#bfd6cb]"
/* SCSS */
$brand: #bfd6cb;
/* SwiftUI */
Color(red: 0.749, green: 0.839, blue: 0.796)
/* Android */
Color.parseColor("#bfd6cb")Accessibility — WCAG contrast
Aa
#bfd6cb on white: 1.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfd6cb on black: 13.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green83.9%
Blue79.6%
CMYK percentages
Cyan10.7%
Magenta0.0%
Yellow5.1%
Key (black)16.1%
Color previews
#bfd6cb text on a black background
contrast 13.70:1
Card sample
#bfd6cb text on a white background
contrast 1.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfd6cb;
Background color
Panel with #bfd6cb background
background-color: #bfd6cb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfd6cb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 214, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 214, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfd6cb; background: linear-gradient(135deg, #bfd6cb, #BFD2D6);