#b2cad2
a light, soft cyan · cool · closest name: silver
RGB
178, 202, 210
HSL
195°, 26%, 76%
CMYK
15, 4, 0, 18
Luminance
0.5636
Every format
| HEX | #b2cad2 |
| RGB | rgb(178, 202, 210) |
| HSL | hsl(195, 26%, 76%) |
| CMYK | cmyk(15%, 4%, 0%, 18%) |
| LAB | lab(79.8 -6.4 -6.7) |
| LCH | lch(79.8 9.3 226.3) |
| OKLCH | oklch(0.824 0.028 219.8) |
Copy-ready code
/* CSS */
color: #b2cad2;
background-color: #b2cad2;
/* Tailwind (arbitrary) */
class="text-[#b2cad2] bg-[#b2cad2]"
/* SCSS */
$brand: #b2cad2;
/* SwiftUI */
Color(red: 0.698, green: 0.792, blue: 0.824)
/* Android */
Color.parseColor("#b2cad2")Accessibility — WCAG contrast
Aa
#b2cad2 on white: 1.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b2cad2 on black: 12.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.8%
Green79.2%
Blue82.4%
CMYK percentages
Cyan15.2%
Magenta3.8%
Yellow0.0%
Key (black)17.6%
Color previews
#b2cad2 text on a black background
contrast 12.27:1
Card sample
#b2cad2 text on a white background
contrast 1.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b2cad2;
Background color
Panel with #b2cad2 background
background-color: #b2cad2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b2cad2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(178, 202, 210, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(178, 202, 210, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b2cad2; background: linear-gradient(135deg, #b2cad2, #B2B5D2);