#bfdfcf
a light, soft green · cool · closest name: beige
RGB
191, 223, 207
HSL
150°, 33%, 81%
CMYK
14, 0, 7, 13
Luminance
0.6836
Every format
| HEX | #bfdfcf |
| RGB | rgb(191, 223, 207) |
| HSL | hsl(150, 33%, 81%) |
| CMYK | cmyk(14%, 0%, 7%, 13%) |
| LAB | lab(86.2 -13.6 4.3) |
| LCH | lch(86.2 14.3 162.4) |
| OKLCH | oklch(0.876 0.040 163.9) |
Copy-ready code
/* CSS */
color: #bfdfcf;
background-color: #bfdfcf;
/* Tailwind (arbitrary) */
class="text-[#bfdfcf] bg-[#bfdfcf]"
/* SCSS */
$brand: #bfdfcf;
/* SwiftUI */
Color(red: 0.749, green: 0.875, blue: 0.812)
/* Android */
Color.parseColor("#bfdfcf")Accessibility — WCAG contrast
Aa
#bfdfcf on white: 1.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfdfcf on black: 14.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green87.5%
Blue81.2%
CMYK percentages
Cyan14.3%
Magenta0.0%
Yellow7.2%
Key (black)12.5%
Color previews
#bfdfcf text on a black background
contrast 14.67:1
Card sample
#bfdfcf text on a white background
contrast 1.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfdfcf;
Background color
Panel with #bfdfcf background
background-color: #bfdfcf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfdfcf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 223, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 223, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfdfcf; background: linear-gradient(135deg, #bfdfcf, #BFDADF);