#b2ccce
a light, soft cyan · cool · closest name: silver
RGB
178, 204, 206
HSL
184°, 22%, 75%
CMYK
14, 1, 0, 19
Luminance
0.5711
Every format
| HEX | #b2ccce |
| RGB | rgb(178, 204, 206) |
| HSL | hsl(184, 22%, 75%) |
| CMYK | cmyk(14%, 1%, 0%, 19%) |
| LAB | lab(80.2 -8.3 -3.9) |
| LCH | lch(80.2 9.2 205.4) |
| OKLCH | oklch(0.827 0.028 202.3) |
Copy-ready code
/* CSS */
color: #b2ccce;
background-color: #b2ccce;
/* Tailwind (arbitrary) */
class="text-[#b2ccce] bg-[#b2ccce]"
/* SCSS */
$brand: #b2ccce;
/* SwiftUI */
Color(red: 0.698, green: 0.800, blue: 0.808)
/* Android */
Color.parseColor("#b2ccce")Accessibility — WCAG contrast
Aa
#b2ccce on white: 1.69:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b2ccce on black: 12.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.8%
Green80.0%
Blue80.8%
CMYK percentages
Cyan13.6%
Magenta1.0%
Yellow0.0%
Key (black)19.2%
Color previews
#b2ccce text on a black background
contrast 12.42:1
Card sample
#b2ccce text on a white background
contrast 1.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b2ccce;
Background color
Panel with #b2ccce background
background-color: #b2ccce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b2ccce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(178, 204, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(178, 204, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b2ccce; background: linear-gradient(135deg, #b2ccce, #B2B9CE);