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