#b6faff
a pale, electric cyan · cool · closest name: skyblue
RGB
182, 250, 255
HSL
184°, 100%, 86%
CMYK
29, 2, 0, 0
Luminance
0.8554
Every format
| HEX | #b6faff |
| RGB | rgb(182, 250, 255) |
| HSL | hsl(184, 100%, 86%) |
| CMYK | cmyk(29%, 2%, 0%, 0%) |
| LAB | lab(94.1 -19.8 -9.2) |
| LCH | lch(94.1 21.9 204.9) |
| OKLCH | oklch(0.942 0.068 201.8) |
Copy-ready code
/* CSS */
color: #b6faff;
background-color: #b6faff;
/* Tailwind (arbitrary) */
class="text-[#b6faff] bg-[#b6faff]"
/* SCSS */
$brand: #b6faff;
/* SwiftUI */
Color(red: 0.714, green: 0.980, blue: 1.000)
/* Android */
Color.parseColor("#b6faff")Accessibility — WCAG contrast
Aa
#b6faff on white: 1.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b6faff on black: 18.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.4%
Green98.0%
Blue100.0%
CMYK percentages
Cyan28.6%
Magenta2.0%
Yellow0.0%
Key (black)0.0%
Color previews
#b6faff text on a black background
contrast 18.11:1
Card sample
#b6faff text on a white background
contrast 1.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b6faff;
Background color
Panel with #b6faff background
background-color: #b6faff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b6faff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(182, 250, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(182, 250, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b6faff; background: linear-gradient(135deg, #b6faff, #B6C9FF);