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