#b3cecf
a light, soft cyan · cool · closest name: silver
RGB
179, 206, 207
HSL
182°, 23%, 76%
CMYK
14, 1, 0, 19
Luminance
0.5823
Every format
| HEX | #b3cecf |
| RGB | rgb(179, 206, 207) |
| HSL | hsl(182, 23%, 76%) |
| CMYK | cmyk(14%, 1%, 0%, 19%) |
| LAB | lab(80.9 -8.8 -3.5) |
| LCH | lch(80.9 9.5 201.9) |
| OKLCH | oklch(0.832 0.029 199.3) |
Copy-ready code
/* CSS */
color: #b3cecf;
background-color: #b3cecf;
/* Tailwind (arbitrary) */
class="text-[#b3cecf] bg-[#b3cecf]"
/* SCSS */
$brand: #b3cecf;
/* SwiftUI */
Color(red: 0.702, green: 0.808, blue: 0.812)
/* Android */
Color.parseColor("#b3cecf")Accessibility — WCAG contrast
Aa
#b3cecf on white: 1.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b3cecf on black: 12.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.2%
Green80.8%
Blue81.2%
CMYK percentages
Cyan13.5%
Magenta0.5%
Yellow0.0%
Key (black)18.8%
Color previews
#b3cecf text on a black background
contrast 12.65:1
Card sample
#b3cecf text on a white background
contrast 1.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b3cecf;
Background color
Panel with #b3cecf background
background-color: #b3cecf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b3cecf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(179, 206, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(179, 206, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b3cecf; background: linear-gradient(135deg, #b3cecf, #B3BBCF);