#b2cebc
a light, soft green · cool · closest name: silver
RGB
178, 206, 188
HSL
141°, 22%, 75%
CMYK
14, 0, 9, 19
Luminance
0.5724
Every format
| HEX | #b2cebc |
| RGB | rgb(178, 206, 188) |
| HSL | hsl(141, 22%, 75%) |
| CMYK | cmyk(14%, 0%, 9%, 19%) |
| LAB | lab(80.3 -12.8 5.8) |
| LCH | lch(80.3 14.1 155.7) |
| OKLCH | oklch(0.826 0.039 157.2) |
Copy-ready code
/* CSS */
color: #b2cebc;
background-color: #b2cebc;
/* Tailwind (arbitrary) */
class="text-[#b2cebc] bg-[#b2cebc]"
/* SCSS */
$brand: #b2cebc;
/* SwiftUI */
Color(red: 0.698, green: 0.808, blue: 0.737)
/* Android */
Color.parseColor("#b2cebc")Accessibility — WCAG contrast
Aa
#b2cebc on white: 1.69:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b2cebc on black: 12.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.8%
Green80.8%
Blue73.7%
CMYK percentages
Cyan13.6%
Magenta0.0%
Yellow8.7%
Key (black)19.2%
Color previews
#b2cebc text on a black background
contrast 12.45:1
Card sample
#b2cebc text on a white background
contrast 1.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b2cebc;
Background color
Panel with #b2cebc background
background-color: #b2cebc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b2cebc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(178, 206, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(178, 206, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b2cebc; background: linear-gradient(135deg, #b2cebc, #B2CDCE);