#bfdfd3
a light, soft green · cool · closest name: silver
RGB
191, 223, 211
HSL
158°, 33%, 81%
CMYK
14, 0, 5, 13
Luminance
0.6855
Every format
| HEX | #bfdfd3 |
| RGB | rgb(191, 223, 211) |
| HSL | hsl(158, 33%, 81%) |
| CMYK | cmyk(14%, 0%, 5%, 13%) |
| LAB | lab(86.3 -12.8 2.3) |
| LCH | lch(86.3 13.1 169.7) |
| OKLCH | oklch(0.877 0.038 170.8) |
Copy-ready code
/* CSS */
color: #bfdfd3;
background-color: #bfdfd3;
/* Tailwind (arbitrary) */
class="text-[#bfdfd3] bg-[#bfdfd3]"
/* SCSS */
$brand: #bfdfd3;
/* SwiftUI */
Color(red: 0.749, green: 0.875, blue: 0.827)
/* Android */
Color.parseColor("#bfdfd3")Accessibility — WCAG contrast
Aa
#bfdfd3 on white: 1.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfdfd3 on black: 14.71:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green87.5%
Blue82.7%
CMYK percentages
Cyan14.3%
Magenta0.0%
Yellow5.4%
Key (black)12.5%
Color previews
#bfdfd3 text on a black background
contrast 14.71:1
Card sample
#bfdfd3 text on a white background
contrast 1.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfdfd3;
Background color
Panel with #bfdfd3 background
background-color: #bfdfd3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfdfd3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 223, 211, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 223, 211, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfdfd3; background: linear-gradient(135deg, #bfdfd3, #BFD6DF);