#b0dfee
a light, vivid cyan · cool · closest name: skyblue
RGB
176, 223, 238
HSL
195°, 65%, 81%
CMYK
26, 6, 0, 7
Luminance
0.6818
Every format
| HEX | #b0dfee |
| RGB | rgb(176, 223, 238) |
| HSL | hsl(195, 65%, 81%) |
| CMYK | cmyk(26%, 6%, 0%, 7%) |
| LAB | lab(86.1 -11.8 -12.3) |
| LCH | lch(86.1 17.0 226.1) |
| OKLCH | oklch(0.875 0.053 219.3) |
Copy-ready code
/* CSS */
color: #b0dfee;
background-color: #b0dfee;
/* Tailwind (arbitrary) */
class="text-[#b0dfee] bg-[#b0dfee]"
/* SCSS */
$brand: #b0dfee;
/* SwiftUI */
Color(red: 0.690, green: 0.875, blue: 0.933)
/* Android */
Color.parseColor("#b0dfee")Accessibility — WCAG contrast
Aa
#b0dfee on white: 1.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b0dfee on black: 14.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.0%
Green87.5%
Blue93.3%
CMYK percentages
Cyan26.1%
Magenta6.3%
Yellow0.0%
Key (black)6.7%
Color previews
#b0dfee text on a black background
contrast 14.64:1
Card sample
#b0dfee text on a white background
contrast 1.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b0dfee;
Background color
Panel with #b0dfee background
background-color: #b0dfee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b0dfee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(176, 223, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(176, 223, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b0dfee; background: linear-gradient(135deg, #b0dfee, #B0B6EE);