#b7dfe2
a light, soft cyan · cool · closest name: silver
RGB
183, 223, 226
HSL
184°, 43%, 80%
CMYK
19, 1, 0, 11
Luminance
0.6833
Every format
| HEX | #b7dfe2 |
| RGB | rgb(183, 223, 226) |
| HSL | hsl(184, 43%, 80%) |
| CMYK | cmyk(19%, 1%, 0%, 11%) |
| LAB | lab(86.2 -12.3 -5.8) |
| LCH | lch(86.2 13.6 205.1) |
| OKLCH | oklch(0.876 0.042 202.0) |
Copy-ready code
/* CSS */
color: #b7dfe2;
background-color: #b7dfe2;
/* Tailwind (arbitrary) */
class="text-[#b7dfe2] bg-[#b7dfe2]"
/* SCSS */
$brand: #b7dfe2;
/* SwiftUI */
Color(red: 0.718, green: 0.875, blue: 0.886)
/* Android */
Color.parseColor("#b7dfe2")Accessibility — WCAG contrast
Aa
#b7dfe2 on white: 1.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b7dfe2 on black: 14.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.8%
Green87.5%
Blue88.6%
CMYK percentages
Cyan19.0%
Magenta1.3%
Yellow0.0%
Key (black)11.4%
Color previews
#b7dfe2 text on a black background
contrast 14.67:1
Card sample
#b7dfe2 text on a white background
contrast 1.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b7dfe2;
Background color
Panel with #b7dfe2 background
background-color: #b7dfe2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b7dfe2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(183, 223, 226, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(183, 223, 226, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b7dfe2; background: linear-gradient(135deg, #b7dfe2, #B7C2E2);