#bfdaca
a light, soft green · cool · closest name: silver
RGB
191, 218, 202
HSL
144°, 27%, 80%
CMYK
12, 0, 7, 15
Luminance
0.6548
Every format
| HEX | #bfdaca |
| RGB | rgb(191, 218, 202) |
| HSL | hsl(144, 27%, 80%) |
| CMYK | cmyk(12%, 0%, 7%, 15%) |
| LAB | lab(84.7 -12.0 4.8) |
| LCH | lch(84.7 12.9 158.0) |
| OKLCH | oklch(0.864 0.036 159.6) |
Copy-ready code
/* CSS */
color: #bfdaca;
background-color: #bfdaca;
/* Tailwind (arbitrary) */
class="text-[#bfdaca] bg-[#bfdaca]"
/* SCSS */
$brand: #bfdaca;
/* SwiftUI */
Color(red: 0.749, green: 0.855, blue: 0.792)
/* Android */
Color.parseColor("#bfdaca")Accessibility — WCAG contrast
Aa
#bfdaca on white: 1.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfdaca on black: 14.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green85.5%
Blue79.2%
CMYK percentages
Cyan12.4%
Magenta0.0%
Yellow7.3%
Key (black)14.5%
Color previews
#bfdaca text on a black background
contrast 14.10:1
Card sample
#bfdaca text on a white background
contrast 1.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfdaca;
Background color
Panel with #bfdaca background
background-color: #bfdaca;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfdaca;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 218, 202, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 218, 202, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfdaca; background: linear-gradient(135deg, #bfdaca, #BFD8DA);