#b2efff
a light, electric cyan · cool · closest name: skyblue
RGB
178, 239, 255
HSL
193°, 100%, 85%
CMYK
30, 6, 0, 0
Luminance
0.7842
Every format
| HEX | #b2efff |
| RGB | rgb(178, 239, 255) |
| HSL | hsl(193, 100%, 85%) |
| CMYK | cmyk(30%, 6%, 0%, 0%) |
| LAB | lab(91.0 -15.5 -13.9) |
| LCH | lch(91.0 20.8 221.9) |
| OKLCH | oklch(0.916 0.065 215.7) |
Copy-ready code
/* CSS */
color: #b2efff;
background-color: #b2efff;
/* Tailwind (arbitrary) */
class="text-[#b2efff] bg-[#b2efff]"
/* SCSS */
$brand: #b2efff;
/* SwiftUI */
Color(red: 0.698, green: 0.937, blue: 1.000)
/* Android */
Color.parseColor("#b2efff")Accessibility — WCAG contrast
Aa
#b2efff on white: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b2efff on black: 16.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.8%
Green93.7%
Blue100.0%
CMYK percentages
Cyan30.2%
Magenta6.3%
Yellow0.0%
Key (black)0.0%
Color previews
#b2efff text on a black background
contrast 16.68:1
Card sample
#b2efff text on a white background
contrast 1.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b2efff;
Background color
Panel with #b2efff background
background-color: #b2efff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b2efff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(178, 239, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(178, 239, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b2efff; background: linear-gradient(135deg, #b2efff, #B2BCFF);