#b6fdfb
a pale, electric cyan · cool · closest name: skyblue
RGB
182, 253, 251
HSL
178°, 95%, 85%
CMYK
28, 0, 1, 1
Luminance
0.8716
Every format
| HEX | #b6fdfb |
| RGB | rgb(182, 253, 251) |
| HSL | hsl(178, 95%, 85%) |
| CMYK | cmyk(28%, 0%, 1%, 1%) |
| LAB | lab(94.8 -22.2 -6.1) |
| LCH | lch(94.8 23.0 195.4) |
| OKLCH | oklch(0.947 0.070 193.8) |
Copy-ready code
/* CSS */
color: #b6fdfb;
background-color: #b6fdfb;
/* Tailwind (arbitrary) */
class="text-[#b6fdfb] bg-[#b6fdfb]"
/* SCSS */
$brand: #b6fdfb;
/* SwiftUI */
Color(red: 0.714, green: 0.992, blue: 0.984)
/* Android */
Color.parseColor("#b6fdfb")Accessibility — WCAG contrast
Aa
#b6fdfb on white: 1.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b6fdfb on black: 18.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.4%
Green99.2%
Blue98.4%
CMYK percentages
Cyan28.1%
Magenta0.0%
Yellow0.8%
Key (black)0.8%
Color previews
#b6fdfb text on a black background
contrast 18.43:1
Card sample
#b6fdfb text on a white background
contrast 1.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b6fdfb;
Background color
Panel with #b6fdfb background
background-color: #b6fdfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b6fdfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(182, 253, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(182, 253, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b6fdfb; background: linear-gradient(135deg, #b6fdfb, #B6D0FD);