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