#bfdcd2
a light, soft green · cool · closest name: silver
RGB
191, 220, 210
HSL
159°, 29%, 81%
CMYK
13, 0, 5, 14
Luminance
0.6692
Every format
| HEX | #bfdcd2 |
| RGB | rgb(191, 220, 210) |
| HSL | hsl(159, 29%, 81%) |
| CMYK | cmyk(13%, 0%, 5%, 14%) |
| LAB | lab(85.5 -11.5 1.7) |
| LCH | lch(85.5 11.6 171.7) |
| OKLCH | oklch(0.870 0.034 172.7) |
Copy-ready code
/* CSS */
color: #bfdcd2;
background-color: #bfdcd2;
/* Tailwind (arbitrary) */
class="text-[#bfdcd2] bg-[#bfdcd2]"
/* SCSS */
$brand: #bfdcd2;
/* SwiftUI */
Color(red: 0.749, green: 0.863, blue: 0.824)
/* Android */
Color.parseColor("#bfdcd2")Accessibility — WCAG contrast
Aa
#bfdcd2 on white: 1.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfdcd2 on black: 14.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green86.3%
Blue82.4%
CMYK percentages
Cyan13.2%
Magenta0.0%
Yellow4.5%
Key (black)13.7%
Color previews
#bfdcd2 text on a black background
contrast 14.38:1
Card sample
#bfdcd2 text on a white background
contrast 1.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfdcd2;
Background color
Panel with #bfdcd2 background
background-color: #bfdcd2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfdcd2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 220, 210, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 220, 210, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfdcd2; background: linear-gradient(135deg, #bfdcd2, #BFD3DC);