#b7cfdc
a light, soft blue · cool · closest name: silver
RGB
183, 207, 220
HSL
201°, 35%, 79%
CMYK
17, 6, 0, 14
Luminance
0.5986
Every format
| HEX | #b7cfdc |
| RGB | rgb(183, 207, 220) |
| HSL | hsl(201, 35%, 79%) |
| CMYK | cmyk(17%, 6%, 0%, 14%) |
| LAB | lab(81.8 -5.3 -9.1) |
| LCH | lch(81.8 10.6 239.7) |
| OKLCH | oklch(0.841 0.032 231.4) |
Copy-ready code
/* CSS */
color: #b7cfdc;
background-color: #b7cfdc;
/* Tailwind (arbitrary) */
class="text-[#b7cfdc] bg-[#b7cfdc]"
/* SCSS */
$brand: #b7cfdc;
/* SwiftUI */
Color(red: 0.718, green: 0.812, blue: 0.863)
/* Android */
Color.parseColor("#b7cfdc")Accessibility — WCAG contrast
Aa
#b7cfdc on white: 1.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b7cfdc on black: 12.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.8%
Green81.2%
Blue86.3%
CMYK percentages
Cyan16.8%
Magenta5.9%
Yellow0.0%
Key (black)13.7%
Color previews
#b7cfdc text on a black background
contrast 12.97:1
Card sample
#b7cfdc text on a white background
contrast 1.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b7cfdc;
Background color
Panel with #b7cfdc background
background-color: #b7cfdc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b7cfdc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(183, 207, 220, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(183, 207, 220, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b7cfdc; background: linear-gradient(135deg, #b7cfdc, #B8B7DC);