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