#bfd6c7
a light, soft green · cool · closest name: silver
RGB
191, 214, 199
HSL
141°, 22%, 79%
CMYK
11, 0, 7, 16
Luminance
0.6329
Every format
| HEX | #bfd6c7 |
| RGB | rgb(191, 214, 199) |
| HSL | hsl(141, 22%, 79%) |
| CMYK | cmyk(11%, 0%, 7%, 16%) |
| LAB | lab(83.6 -10.5 4.8) |
| LCH | lch(83.6 11.6 155.5) |
| OKLCH | oklch(0.855 0.032 157.1) |
Copy-ready code
/* CSS */
color: #bfd6c7;
background-color: #bfd6c7;
/* Tailwind (arbitrary) */
class="text-[#bfd6c7] bg-[#bfd6c7]"
/* SCSS */
$brand: #bfd6c7;
/* SwiftUI */
Color(red: 0.749, green: 0.839, blue: 0.780)
/* Android */
Color.parseColor("#bfd6c7")Accessibility — WCAG contrast
Aa
#bfd6c7 on white: 1.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfd6c7 on black: 13.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green83.9%
Blue78.0%
CMYK percentages
Cyan10.7%
Magenta0.0%
Yellow7.0%
Key (black)16.1%
Color previews
#bfd6c7 text on a black background
contrast 13.66:1
Card sample
#bfd6c7 text on a white background
contrast 1.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfd6c7;
Background color
Panel with #bfd6c7 background
background-color: #bfd6c7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfd6c7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 214, 199, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 214, 199, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfd6c7; background: linear-gradient(135deg, #bfd6c7, #BFD6D6);