#b9facf
a pale, electric green · cool · closest name: aquamarine
RGB
185, 250, 207
HSL
140°, 87%, 85%
CMYK
26, 0, 17, 2
Luminance
0.8319
Every format
| HEX | #b9facf |
| RGB | rgb(185, 250, 207) |
| HSL | hsl(140, 87%, 85%) |
| CMYK | cmyk(26%, 0%, 17%, 2%) |
| LAB | lab(93.1 -28.7 14.2) |
| LCH | lch(93.1 32.0 153.7) |
| OKLCH | oklch(0.930 0.088 155.4) |
Copy-ready code
/* CSS */
color: #b9facf;
background-color: #b9facf;
/* Tailwind (arbitrary) */
class="text-[#b9facf] bg-[#b9facf]"
/* SCSS */
$brand: #b9facf;
/* SwiftUI */
Color(red: 0.725, green: 0.980, blue: 0.812)
/* Android */
Color.parseColor("#b9facf")Accessibility — WCAG contrast
Aa
#b9facf on white: 1.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b9facf on black: 17.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.5%
Green98.0%
Blue81.2%
CMYK percentages
Cyan26.0%
Magenta0.0%
Yellow17.2%
Key (black)2.0%
Color previews
#b9facf text on a black background
contrast 17.64:1
Card sample
#b9facf text on a white background
contrast 1.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b9facf;
Background color
Panel with #b9facf background
background-color: #b9facf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b9facf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(185, 250, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(185, 250, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b9facf; background: linear-gradient(135deg, #b9facf, #B9FAFA);