#bfdac2
a light, soft green · cool · closest name: beige
RGB
191, 218, 194
HSL
127°, 27%, 80%
CMYK
12, 0, 11, 15
Luminance
0.6511
Every format
| HEX | #bfdac2 |
| RGB | rgb(191, 218, 194) |
| HSL | hsl(127, 27%, 80%) |
| CMYK | cmyk(12%, 0%, 11%, 15%) |
| LAB | lab(84.5 -13.5 8.8) |
| LCH | lch(84.5 16.1 146.8) |
| OKLCH | oklch(0.862 0.044 148.4) |
Copy-ready code
/* CSS */
color: #bfdac2;
background-color: #bfdac2;
/* Tailwind (arbitrary) */
class="text-[#bfdac2] bg-[#bfdac2]"
/* SCSS */
$brand: #bfdac2;
/* SwiftUI */
Color(red: 0.749, green: 0.855, blue: 0.761)
/* Android */
Color.parseColor("#bfdac2")Accessibility — WCAG contrast
Aa
#bfdac2 on white: 1.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfdac2 on black: 14.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green85.5%
Blue76.1%
CMYK percentages
Cyan12.4%
Magenta0.0%
Yellow11.0%
Key (black)14.5%
Color previews
#bfdac2 text on a black background
contrast 14.02:1
Card sample
#bfdac2 text on a white background
contrast 1.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfdac2;
Background color
Panel with #bfdac2 background
background-color: #bfdac2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfdac2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 218, 194, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 218, 194, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfdac2; background: linear-gradient(135deg, #bfdac2, #BFDAD4);