#b7dfeb
a light, vivid cyan · cool · closest name: skyblue
RGB
183, 223, 235
HSL
194°, 57%, 82%
CMYK
22, 5, 0, 8
Luminance
0.6884
Every format
| HEX | #b7dfeb |
| RGB | rgb(183, 223, 235) |
| HSL | hsl(194, 57%, 82%) |
| CMYK | cmyk(22%, 5%, 0%, 8%) |
| LAB | lab(86.4 -10.4 -10.2) |
| LCH | lch(86.4 14.6 224.3) |
| OKLCH | oklch(0.879 0.045 217.9) |
Copy-ready code
/* CSS */
color: #b7dfeb;
background-color: #b7dfeb;
/* Tailwind (arbitrary) */
class="text-[#b7dfeb] bg-[#b7dfeb]"
/* SCSS */
$brand: #b7dfeb;
/* SwiftUI */
Color(red: 0.718, green: 0.875, blue: 0.922)
/* Android */
Color.parseColor("#b7dfeb")Accessibility — WCAG contrast
Aa
#b7dfeb on white: 1.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b7dfeb on black: 14.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.8%
Green87.5%
Blue92.2%
CMYK percentages
Cyan22.1%
Magenta5.1%
Yellow0.0%
Key (black)7.8%
Color previews
#b7dfeb text on a black background
contrast 14.77:1
Card sample
#b7dfeb text on a white background
contrast 1.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b7dfeb;
Background color
Panel with #b7dfeb background
background-color: #b7dfeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b7dfeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(183, 223, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(183, 223, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b7dfeb; background: linear-gradient(135deg, #b7dfeb, #B7BDEB);