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