#b8dfee
a light, vivid cyan · cool · closest name: skyblue
RGB
184, 223, 238
HSL
197°, 61%, 83%
CMYK
23, 6, 0, 7
Luminance
0.6914
Every format
| HEX | #b8dfee |
| RGB | rgb(184, 223, 238) |
| HSL | hsl(197, 61%, 83%) |
| CMYK | cmyk(23%, 6%, 0%, 7%) |
| LAB | lab(86.6 -9.5 -11.5) |
| LCH | lch(86.6 14.9 230.6) |
| OKLCH | oklch(0.881 0.046 223.2) |
Copy-ready code
/* CSS */
color: #b8dfee;
background-color: #b8dfee;
/* Tailwind (arbitrary) */
class="text-[#b8dfee] bg-[#b8dfee]"
/* SCSS */
$brand: #b8dfee;
/* SwiftUI */
Color(red: 0.722, green: 0.875, blue: 0.933)
/* Android */
Color.parseColor("#b8dfee")Accessibility — WCAG contrast
Aa
#b8dfee on white: 1.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b8dfee on black: 14.83:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.2%
Green87.5%
Blue93.3%
CMYK percentages
Cyan22.7%
Magenta6.3%
Yellow0.0%
Key (black)6.7%
Color previews
#b8dfee text on a black background
contrast 14.83:1
Card sample
#b8dfee text on a white background
contrast 1.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b8dfee;
Background color
Panel with #b8dfee background
background-color: #b8dfee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b8dfee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(184, 223, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(184, 223, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b8dfee; background: linear-gradient(135deg, #b8dfee, #B8BBEE);