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