#b2cfcc
a light, soft cyan · cool · closest name: silver
RGB
178, 207, 204
HSL
174°, 23%, 76%
CMYK
14, 0, 1, 19
Luminance
0.5845
Every format
| HEX | #b2cfcc |
| RGB | rgb(178, 207, 204) |
| HSL | hsl(174, 23%, 76%) |
| CMYK | cmyk(14%, 0%, 1%, 19%) |
| LAB | lab(81.0 -10.2 -1.8) |
| LCH | lch(81.0 10.4 189.8) |
| OKLCH | oklch(0.832 0.031 189.0) |
Copy-ready code
/* CSS */
color: #b2cfcc;
background-color: #b2cfcc;
/* Tailwind (arbitrary) */
class="text-[#b2cfcc] bg-[#b2cfcc]"
/* SCSS */
$brand: #b2cfcc;
/* SwiftUI */
Color(red: 0.698, green: 0.812, blue: 0.800)
/* Android */
Color.parseColor("#b2cfcc")Accessibility — WCAG contrast
Aa
#b2cfcc on white: 1.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b2cfcc on black: 12.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.8%
Green81.2%
Blue80.0%
CMYK percentages
Cyan14.0%
Magenta0.0%
Yellow1.4%
Key (black)18.8%
Color previews
#b2cfcc text on a black background
contrast 12.69:1
Card sample
#b2cfcc text on a white background
contrast 1.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b2cfcc;
Background color
Panel with #b2cfcc background
background-color: #b2cfcc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b2cfcc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(178, 207, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(178, 207, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b2cfcc; background: linear-gradient(135deg, #b2cfcc, #B2BFCF);