#b7cfdf
a light, soft blue · cool · closest name: silver
RGB
183, 207, 223
HSL
204°, 39%, 80%
CMYK
18, 7, 0, 13
Luminance
0.6002
Every format
| HEX | #b7cfdf |
| RGB | rgb(183, 207, 223) |
| HSL | hsl(204, 39%, 80%) |
| CMYK | cmyk(18%, 7%, 0%, 13%) |
| LAB | lab(81.8 -4.7 -10.6) |
| LCH | lch(81.8 11.6 246.1) |
| OKLCH | oklch(0.842 0.034 237.1) |
Copy-ready code
/* CSS */
color: #b7cfdf;
background-color: #b7cfdf;
/* Tailwind (arbitrary) */
class="text-[#b7cfdf] bg-[#b7cfdf]"
/* SCSS */
$brand: #b7cfdf;
/* SwiftUI */
Color(red: 0.718, green: 0.812, blue: 0.875)
/* Android */
Color.parseColor("#b7cfdf")Accessibility — WCAG contrast
Aa
#b7cfdf on white: 1.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b7cfdf on black: 13.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.8%
Green81.2%
Blue87.5%
CMYK percentages
Cyan17.9%
Magenta7.2%
Yellow0.0%
Key (black)12.5%
Color previews
#b7cfdf text on a black background
contrast 13.00:1
Card sample
#b7cfdf text on a white background
contrast 1.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b7cfdf;
Background color
Panel with #b7cfdf background
background-color: #b7cfdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b7cfdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(183, 207, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(183, 207, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b7cfdf; background: linear-gradient(135deg, #b7cfdf, #BAB7DF);