#b6dfee
a light, vivid cyan · cool · closest name: skyblue
RGB
182, 223, 238
HSL
196°, 62%, 82%
CMYK
24, 6, 0, 7
Luminance
0.6889
Every format
| HEX | #b6dfee |
| RGB | rgb(182, 223, 238) |
| HSL | hsl(196, 62%, 82%) |
| CMYK | cmyk(24%, 6%, 0%, 7%) |
| LAB | lab(86.5 -10.1 -11.7) |
| LCH | lch(86.5 15.4 229.4) |
| OKLCH | oklch(0.879 0.048 222.1) |
Copy-ready code
/* CSS */
color: #b6dfee;
background-color: #b6dfee;
/* Tailwind (arbitrary) */
class="text-[#b6dfee] bg-[#b6dfee]"
/* SCSS */
$brand: #b6dfee;
/* SwiftUI */
Color(red: 0.714, green: 0.875, blue: 0.933)
/* Android */
Color.parseColor("#b6dfee")Accessibility — WCAG contrast
Aa
#b6dfee on white: 1.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b6dfee on black: 14.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.4%
Green87.5%
Blue93.3%
CMYK percentages
Cyan23.5%
Magenta6.3%
Yellow0.0%
Key (black)6.7%
Color previews
#b6dfee text on a black background
contrast 14.78:1
Card sample
#b6dfee text on a white background
contrast 1.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b6dfee;
Background color
Panel with #b6dfee background
background-color: #b6dfee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b6dfee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(182, 223, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(182, 223, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b6dfee; background: linear-gradient(135deg, #b6dfee, #B6BAEE);