#b7cfda
a light, soft cyan · cool · closest name: silver
RGB
183, 207, 218
HSL
199°, 32%, 79%
CMYK
16, 5, 0, 15
Luminance
0.5975
Every format
| HEX | #b7cfda |
| RGB | rgb(183, 207, 218) |
| HSL | hsl(199, 32%, 79%) |
| CMYK | cmyk(16%, 5%, 0%, 15%) |
| LAB | lab(81.7 -5.8 -8.2) |
| LCH | lch(81.7 10.0 234.7) |
| OKLCH | oklch(0.840 0.030 227.1) |
Copy-ready code
/* CSS */
color: #b7cfda;
background-color: #b7cfda;
/* Tailwind (arbitrary) */
class="text-[#b7cfda] bg-[#b7cfda]"
/* SCSS */
$brand: #b7cfda;
/* SwiftUI */
Color(red: 0.718, green: 0.812, blue: 0.855)
/* Android */
Color.parseColor("#b7cfda")Accessibility — WCAG contrast
Aa
#b7cfda on white: 1.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b7cfda on black: 12.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.8%
Green81.2%
Blue85.5%
CMYK percentages
Cyan16.1%
Magenta5.0%
Yellow0.0%
Key (black)14.5%
Color previews
#b7cfda text on a black background
contrast 12.95:1
Card sample
#b7cfda text on a white background
contrast 1.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b7cfda;
Background color
Panel with #b7cfda background
background-color: #b7cfda;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b7cfda;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(183, 207, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(183, 207, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b7cfda; background: linear-gradient(135deg, #b7cfda, #B7B8DA);