#b6fefd
a pale, electric cyan · cool · closest name: skyblue
RGB
182, 254, 253
HSL
179°, 97%, 86%
CMYK
28, 0, 0, 0
Luminance
0.8792
Every format
| HEX | #b6fefd |
| RGB | rgb(182, 254, 253) |
| HSL | hsl(179, 97%, 86%) |
| CMYK | cmyk(28%, 0%, 0%, 0%) |
| LAB | lab(95.1 -22.2 -6.7) |
| LCH | lch(95.1 23.2 196.7) |
| OKLCH | oklch(0.950 0.071 194.9) |
Copy-ready code
/* CSS */
color: #b6fefd;
background-color: #b6fefd;
/* Tailwind (arbitrary) */
class="text-[#b6fefd] bg-[#b6fefd]"
/* SCSS */
$brand: #b6fefd;
/* SwiftUI */
Color(red: 0.714, green: 0.996, blue: 0.992)
/* Android */
Color.parseColor("#b6fefd")Accessibility — WCAG contrast
Aa
#b6fefd on white: 1.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b6fefd on black: 18.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.4%
Green99.6%
Blue99.2%
CMYK percentages
Cyan28.3%
Magenta0.0%
Yellow0.4%
Key (black)0.4%
Color previews
#b6fefd text on a black background
contrast 18.58:1
Card sample
#b6fefd text on a white background
contrast 1.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b6fefd;
Background color
Panel with #b6fefd background
background-color: #b6fefd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b6fefd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(182, 254, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(182, 254, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b6fefd; background: linear-gradient(135deg, #b6fefd, #B6CFFE);