#b6dbeb
a light, vivid cyan · cool · closest name: skyblue
RGB
182, 219, 235
HSL
198°, 57%, 82%
CMYK
23, 7, 0, 8
Luminance
0.6661
Every format
| HEX | #b6dbeb |
| RGB | rgb(182, 219, 235) |
| HSL | hsl(198, 57%, 82%) |
| CMYK | cmyk(23%, 7%, 0%, 8%) |
| LAB | lab(85.3 -8.7 -11.8) |
| LCH | lch(85.3 14.7 233.8) |
| OKLCH | oklch(0.870 0.045 225.9) |
Copy-ready code
/* CSS */
color: #b6dbeb;
background-color: #b6dbeb;
/* Tailwind (arbitrary) */
class="text-[#b6dbeb] bg-[#b6dbeb]"
/* SCSS */
$brand: #b6dbeb;
/* SwiftUI */
Color(red: 0.714, green: 0.859, blue: 0.922)
/* Android */
Color.parseColor("#b6dbeb")Accessibility — WCAG contrast
Aa
#b6dbeb on white: 1.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b6dbeb on black: 14.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.4%
Green85.9%
Blue92.2%
CMYK percentages
Cyan22.6%
Magenta6.8%
Yellow0.0%
Key (black)7.8%
Color previews
#b6dbeb text on a black background
contrast 14.32:1
Card sample
#b6dbeb text on a white background
contrast 1.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b6dbeb;
Background color
Panel with #b6dbeb background
background-color: #b6dbeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b6dbeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(182, 219, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(182, 219, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b6dbeb; background: linear-gradient(135deg, #b6dbeb, #B6B8EB);