#b8cfc4
a light, soft green · cool · closest name: silver
RGB
184, 207, 196
HSL
151°, 19%, 77%
CMYK
11, 0, 5, 19
Luminance
0.5880
Every format
| HEX | #b8cfc4 |
| RGB | rgb(184, 207, 196) |
| HSL | hsl(151, 19%, 77%) |
| CMYK | cmyk(11%, 0%, 5%, 19%) |
| LAB | lab(81.2 -9.8 2.8) |
| LCH | lch(81.2 10.2 163.9) |
| OKLCH | oklch(0.834 0.029 165.3) |
Copy-ready code
/* CSS */
color: #b8cfc4;
background-color: #b8cfc4;
/* Tailwind (arbitrary) */
class="text-[#b8cfc4] bg-[#b8cfc4]"
/* SCSS */
$brand: #b8cfc4;
/* SwiftUI */
Color(red: 0.722, green: 0.812, blue: 0.769)
/* Android */
Color.parseColor("#b8cfc4")Accessibility — WCAG contrast
Aa
#b8cfc4 on white: 1.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b8cfc4 on black: 12.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.2%
Green81.2%
Blue76.9%
CMYK percentages
Cyan11.1%
Magenta0.0%
Yellow5.3%
Key (black)18.8%
Color previews
#b8cfc4 text on a black background
contrast 12.76:1
Card sample
#b8cfc4 text on a white background
contrast 1.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b8cfc4;
Background color
Panel with #b8cfc4 background
background-color: #b8cfc4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b8cfc4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(184, 207, 196, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(184, 207, 196, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b8cfc4; background: linear-gradient(135deg, #b8cfc4, #B8CBCF);