#b6cfcc
a light, soft cyan · cool · closest name: silver
RGB
182, 207, 204
HSL
173°, 21%, 76%
CMYK
12, 0, 1, 19
Luminance
0.5893
Every format
| HEX | #b6cfcc |
| RGB | rgb(182, 207, 204) |
| HSL | hsl(173, 21%, 76%) |
| CMYK | cmyk(12%, 0%, 1%, 19%) |
| LAB | lab(81.3 -8.9 -1.4) |
| LCH | lch(81.3 9.1 188.6) |
| OKLCH | oklch(0.835 0.027 187.9) |
Copy-ready code
/* CSS */
color: #b6cfcc;
background-color: #b6cfcc;
/* Tailwind (arbitrary) */
class="text-[#b6cfcc] bg-[#b6cfcc]"
/* SCSS */
$brand: #b6cfcc;
/* SwiftUI */
Color(red: 0.714, green: 0.812, blue: 0.800)
/* Android */
Color.parseColor("#b6cfcc")Accessibility — WCAG contrast
Aa
#b6cfcc on white: 1.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b6cfcc on black: 12.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.4%
Green81.2%
Blue80.0%
CMYK percentages
Cyan12.1%
Magenta0.0%
Yellow1.4%
Key (black)18.8%
Color previews
#b6cfcc text on a black background
contrast 12.79:1
Card sample
#b6cfcc text on a white background
contrast 1.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b6cfcc;
Background color
Panel with #b6cfcc background
background-color: #b6cfcc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b6cfcc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(182, 207, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(182, 207, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b6cfcc; background: linear-gradient(135deg, #b6cfcc, #B6C1CF);