#b0dbeb
a light, vivid cyan · cool · closest name: skyblue
RGB
176, 219, 235
HSL
196°, 60%, 81%
CMYK
25, 7, 0, 8
Luminance
0.6589
Every format
| HEX | #b0dbeb |
| RGB | rgb(176, 219, 235) |
| HSL | hsl(196, 60%, 81%) |
| CMYK | cmyk(25%, 7%, 0%, 8%) |
| LAB | lab(84.9 -10.4 -12.4) |
| LCH | lch(84.9 16.2 230.0) |
| OKLCH | oklch(0.866 0.050 222.5) |
Copy-ready code
/* CSS */
color: #b0dbeb;
background-color: #b0dbeb;
/* Tailwind (arbitrary) */
class="text-[#b0dbeb] bg-[#b0dbeb]"
/* SCSS */
$brand: #b0dbeb;
/* SwiftUI */
Color(red: 0.690, green: 0.859, blue: 0.922)
/* Android */
Color.parseColor("#b0dbeb")Accessibility — WCAG contrast
Aa
#b0dbeb on white: 1.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b0dbeb on black: 14.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.0%
Green85.9%
Blue92.2%
CMYK percentages
Cyan25.1%
Magenta6.8%
Yellow0.0%
Key (black)7.8%
Color previews
#b0dbeb text on a black background
contrast 14.18:1
Card sample
#b0dbeb text on a white background
contrast 1.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b0dbeb;
Background color
Panel with #b0dbeb background
background-color: #b0dbeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b0dbeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(176, 219, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(176, 219, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b0dbeb; background: linear-gradient(135deg, #b0dbeb, #B0B4EB);