#b8efff
a pale, electric cyan · cool · closest name: skyblue
RGB
184, 239, 255
HSL
194°, 100%, 86%
CMYK
28, 6, 0, 0
Luminance
0.7914
Every format
| HEX | #b8efff |
| RGB | rgb(184, 239, 255) |
| HSL | hsl(194, 100%, 86%) |
| CMYK | cmyk(28%, 6%, 0%, 0%) |
| LAB | lab(91.3 -13.8 -13.4) |
| LCH | lch(91.3 19.2 224.1) |
| OKLCH | oklch(0.920 0.060 217.5) |
Copy-ready code
/* CSS */
color: #b8efff;
background-color: #b8efff;
/* Tailwind (arbitrary) */
class="text-[#b8efff] bg-[#b8efff]"
/* SCSS */
$brand: #b8efff;
/* SwiftUI */
Color(red: 0.722, green: 0.937, blue: 1.000)
/* Android */
Color.parseColor("#b8efff")Accessibility — WCAG contrast
Aa
#b8efff on white: 1.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b8efff on black: 16.83:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.2%
Green93.7%
Blue100.0%
CMYK percentages
Cyan27.8%
Magenta6.3%
Yellow0.0%
Key (black)0.0%
Color previews
#b8efff text on a black background
contrast 16.83:1
Card sample
#b8efff text on a white background
contrast 1.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b8efff;
Background color
Panel with #b8efff background
background-color: #b8efff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b8efff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(184, 239, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(184, 239, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b8efff; background: linear-gradient(135deg, #b8efff, #B8C0FF);