#b3ceba
a light, soft green · cool · closest name: silver
RGB
179, 206, 186
HSL
136°, 22%, 76%
CMYK
13, 0, 10, 19
Luminance
0.5727
Every format
| HEX | #b3ceba |
| RGB | rgb(179, 206, 186) |
| HSL | hsl(136, 22%, 76%) |
| CMYK | cmyk(13%, 0%, 10%, 19%) |
| LAB | lab(80.3 -12.9 6.9) |
| LCH | lch(80.3 14.6 151.8) |
| OKLCH | oklch(0.826 0.040 153.4) |
Copy-ready code
/* CSS */
color: #b3ceba;
background-color: #b3ceba;
/* Tailwind (arbitrary) */
class="text-[#b3ceba] bg-[#b3ceba]"
/* SCSS */
$brand: #b3ceba;
/* SwiftUI */
Color(red: 0.702, green: 0.808, blue: 0.729)
/* Android */
Color.parseColor("#b3ceba")Accessibility — WCAG contrast
Aa
#b3ceba on white: 1.69:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b3ceba on black: 12.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.2%
Green80.8%
Blue72.9%
CMYK percentages
Cyan13.1%
Magenta0.0%
Yellow9.7%
Key (black)19.2%
Color previews
#b3ceba text on a black background
contrast 12.45:1
Card sample
#b3ceba text on a white background
contrast 1.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b3ceba;
Background color
Panel with #b3ceba background
background-color: #b3ceba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b3ceba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(179, 206, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(179, 206, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b3ceba; background: linear-gradient(135deg, #b3ceba, #B3CECC);