#bfd8cd
a light, soft green · cool · closest name: silver
RGB
191, 216, 205
HSL
154°, 24%, 80%
CMYK
12, 0, 5, 15
Luminance
0.6460
Every format
| HEX | #bfd8cd |
| RGB | rgb(191, 216, 205) |
| HSL | hsl(154, 24%, 80%) |
| CMYK | cmyk(12%, 0%, 5%, 15%) |
| LAB | lab(84.3 -10.4 2.6) |
| LCH | lch(84.3 10.8 166.0) |
| OKLCH | oklch(0.861 0.031 167.3) |
Copy-ready code
/* CSS */
color: #bfd8cd;
background-color: #bfd8cd;
/* Tailwind (arbitrary) */
class="text-[#bfd8cd] bg-[#bfd8cd]"
/* SCSS */
$brand: #bfd8cd;
/* SwiftUI */
Color(red: 0.749, green: 0.847, blue: 0.804)
/* Android */
Color.parseColor("#bfd8cd")Accessibility — WCAG contrast
Aa
#bfd8cd on white: 1.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfd8cd on black: 13.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green84.7%
Blue80.4%
CMYK percentages
Cyan11.6%
Magenta0.0%
Yellow5.1%
Key (black)15.3%
Color previews
#bfd8cd text on a black background
contrast 13.92:1
Card sample
#bfd8cd text on a white background
contrast 1.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfd8cd;
Background color
Panel with #bfd8cd background
background-color: #bfd8cd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfd8cd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 216, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 216, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfd8cd; background: linear-gradient(135deg, #bfd8cd, #BFD2D8);