#bfd2cb
a light, soft green · cool · closest name: silver
RGB
191, 210, 203
HSL
158°, 17%, 79%
CMYK
9, 0, 3, 18
Luminance
0.6148
Every format
| HEX | #bfd2cb |
| RGB | rgb(191, 210, 203) |
| HSL | hsl(158, 17%, 79%) |
| CMYK | cmyk(9%, 0%, 3%, 18%) |
| LAB | lab(82.6 -7.7 1.3) |
| LCH | lch(82.6 7.8 170.6) |
| OKLCH | oklch(0.847 0.023 171.7) |
Copy-ready code
/* CSS */
color: #bfd2cb;
background-color: #bfd2cb;
/* Tailwind (arbitrary) */
class="text-[#bfd2cb] bg-[#bfd2cb]"
/* SCSS */
$brand: #bfd2cb;
/* SwiftUI */
Color(red: 0.749, green: 0.824, blue: 0.796)
/* Android */
Color.parseColor("#bfd2cb")Accessibility — WCAG contrast
Aa
#bfd2cb on white: 1.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfd2cb on black: 13.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green82.4%
Blue79.6%
CMYK percentages
Cyan9.0%
Magenta0.0%
Yellow3.3%
Key (black)17.6%
Color previews
#bfd2cb text on a black background
contrast 13.30:1
Card sample
#bfd2cb text on a white background
contrast 1.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfd2cb;
Background color
Panel with #bfd2cb background
background-color: #bfd2cb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfd2cb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 210, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 210, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfd2cb; background: linear-gradient(135deg, #bfd2cb, #BFCCD2);