#b6efef
a light, vivid cyan · cool · closest name: skyblue
RGB
182, 239, 239
HSL
180°, 64%, 83%
CMYK
24, 0, 0, 6
Luminance
0.7791
Every format
| HEX | #b6efef |
| RGB | rgb(182, 239, 239) |
| HSL | hsl(180, 64%, 83%) |
| CMYK | cmyk(24%, 0%, 0%, 6%) |
| LAB | lab(90.7 -17.9 -5.9) |
| LCH | lch(90.7 18.9 198.2) |
| OKLCH | oklch(0.913 0.058 196.2) |
Copy-ready code
/* CSS */
color: #b6efef;
background-color: #b6efef;
/* Tailwind (arbitrary) */
class="text-[#b6efef] bg-[#b6efef]"
/* SCSS */
$brand: #b6efef;
/* SwiftUI */
Color(red: 0.714, green: 0.937, blue: 0.937)
/* Android */
Color.parseColor("#b6efef")Accessibility — WCAG contrast
Aa
#b6efef on white: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b6efef on black: 16.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.4%
Green93.7%
Blue93.7%
CMYK percentages
Cyan23.8%
Magenta0.0%
Yellow0.0%
Key (black)6.3%
Color previews
#b6efef text on a black background
contrast 16.58:1
Card sample
#b6efef text on a white background
contrast 1.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b6efef;
Background color
Panel with #b6efef background
background-color: #b6efef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b6efef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(182, 239, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(182, 239, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b6efef; background: linear-gradient(135deg, #b6efef, #B6C9EF);