#b3dbeb
a light, vivid cyan · cool · closest name: skyblue
RGB
179, 219, 235
HSL
197°, 58%, 81%
CMYK
24, 7, 0, 8
Luminance
0.6624
Every format
| HEX | #b3dbeb |
| RGB | rgb(179, 219, 235) |
| HSL | hsl(197, 58%, 81%) |
| CMYK | cmyk(24%, 7%, 0%, 8%) |
| LAB | lab(85.1 -9.6 -12.1) |
| LCH | lch(85.1 15.4 231.8) |
| OKLCH | oklch(0.868 0.047 224.1) |
Copy-ready code
/* CSS */
color: #b3dbeb;
background-color: #b3dbeb;
/* Tailwind (arbitrary) */
class="text-[#b3dbeb] bg-[#b3dbeb]"
/* SCSS */
$brand: #b3dbeb;
/* SwiftUI */
Color(red: 0.702, green: 0.859, blue: 0.922)
/* Android */
Color.parseColor("#b3dbeb")Accessibility — WCAG contrast
Aa
#b3dbeb on white: 1.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b3dbeb on black: 14.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.2%
Green85.9%
Blue92.2%
CMYK percentages
Cyan23.8%
Magenta6.8%
Yellow0.0%
Key (black)7.8%
Color previews
#b3dbeb text on a black background
contrast 14.25:1
Card sample
#b3dbeb text on a white background
contrast 1.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b3dbeb;
Background color
Panel with #b3dbeb background
background-color: #b3dbeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b3dbeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(179, 219, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(179, 219, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b3dbeb; background: linear-gradient(135deg, #b3dbeb, #B3B6EB);