#b2c4cc
a light, soft cyan · cool · closest name: silver
RGB
178, 196, 204
HSL
199°, 20%, 75%
CMYK
13, 4, 0, 20
Luminance
0.5330
Every format
| HEX | #b2c4cc |
| RGB | rgb(178, 196, 204) |
| HSL | hsl(199, 20%, 75%) |
| CMYK | cmyk(13%, 4%, 0%, 20%) |
| LAB | lab(78.0 -4.5 -6.1) |
| LCH | lch(78.0 7.6 233.5) |
| OKLCH | oklch(0.809 0.023 226.2) |
Copy-ready code
/* CSS */
color: #b2c4cc;
background-color: #b2c4cc;
/* Tailwind (arbitrary) */
class="text-[#b2c4cc] bg-[#b2c4cc]"
/* SCSS */
$brand: #b2c4cc;
/* SwiftUI */
Color(red: 0.698, green: 0.769, blue: 0.800)
/* Android */
Color.parseColor("#b2c4cc")Accessibility — WCAG contrast
Aa
#b2c4cc on white: 1.80:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b2c4cc on black: 11.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.8%
Green76.9%
Blue80.0%
CMYK percentages
Cyan12.7%
Magenta3.9%
Yellow0.0%
Key (black)20.0%
Color previews
#b2c4cc text on a black background
contrast 11.66:1
Card sample
#b2c4cc text on a white background
contrast 1.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b2c4cc;
Background color
Panel with #b2c4cc background
background-color: #b2c4cc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b2c4cc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(178, 196, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(178, 196, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b2c4cc; background: linear-gradient(135deg, #b2c4cc, #B2B3CC);