#b3dfe9
a light, vivid cyan · cool · closest name: skyblue
RGB
179, 223, 233
HSL
191°, 55%, 81%
CMYK
23, 4, 0, 9
Luminance
0.6824
Every format
| HEX | #b3dfe9 |
| RGB | rgb(179, 223, 233) |
| HSL | hsl(191, 55%, 81%) |
| CMYK | cmyk(23%, 4%, 0%, 9%) |
| LAB | lab(86.1 -12.0 -9.6) |
| LCH | lch(86.1 15.4 218.5) |
| OKLCH | oklch(0.876 0.048 213.1) |
Copy-ready code
/* CSS */
color: #b3dfe9;
background-color: #b3dfe9;
/* Tailwind (arbitrary) */
class="text-[#b3dfe9] bg-[#b3dfe9]"
/* SCSS */
$brand: #b3dfe9;
/* SwiftUI */
Color(red: 0.702, green: 0.875, blue: 0.914)
/* Android */
Color.parseColor("#b3dfe9")Accessibility — WCAG contrast
Aa
#b3dfe9 on white: 1.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b3dfe9 on black: 14.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.2%
Green87.5%
Blue91.4%
CMYK percentages
Cyan23.2%
Magenta4.3%
Yellow0.0%
Key (black)8.6%
Color previews
#b3dfe9 text on a black background
contrast 14.65:1
Card sample
#b3dfe9 text on a white background
contrast 1.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b3dfe9;
Background color
Panel with #b3dfe9 background
background-color: #b3dfe9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b3dfe9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(179, 223, 233, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(179, 223, 233, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b3dfe9; background: linear-gradient(135deg, #b3dfe9, #B3BBE9);