#b3d7cf
a light, soft cyan · cool · closest name: silver
RGB
179, 215, 207
HSL
167°, 31%, 77%
CMYK
17, 0, 4, 16
Luminance
0.6269
Every format
| HEX | #b3d7cf |
| RGB | rgb(179, 215, 207) |
| HSL | hsl(167, 31%, 77%) |
| CMYK | cmyk(17%, 0%, 4%, 16%) |
| LAB | lab(83.3 -13.4 -0.0) |
| LCH | lch(83.3 13.4 180.0) |
| OKLCH | oklch(0.851 0.040 180.3) |
Copy-ready code
/* CSS */
color: #b3d7cf;
background-color: #b3d7cf;
/* Tailwind (arbitrary) */
class="text-[#b3d7cf] bg-[#b3d7cf]"
/* SCSS */
$brand: #b3d7cf;
/* SwiftUI */
Color(red: 0.702, green: 0.843, blue: 0.812)
/* Android */
Color.parseColor("#b3d7cf")Accessibility — WCAG contrast
Aa
#b3d7cf on white: 1.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b3d7cf on black: 13.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.2%
Green84.3%
Blue81.2%
CMYK percentages
Cyan16.7%
Magenta0.0%
Yellow3.7%
Key (black)15.7%
Color previews
#b3d7cf text on a black background
contrast 13.54:1
Card sample
#b3d7cf text on a white background
contrast 1.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b3d7cf;
Background color
Panel with #b3d7cf background
background-color: #b3d7cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b3d7cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(179, 215, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(179, 215, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b3d7cf; background: linear-gradient(135deg, #b3d7cf, #B3C7D7);