#3bceee
a balanced, electric cyan · cool · closest name: skyblue
RGB
59, 206, 238
HSL
191°, 84%, 58%
CMYK
75, 13, 0, 7
Luminance
0.5125
Every format
| HEX | #3bceee |
| RGB | rgb(59, 206, 238) |
| HSL | hsl(191, 84%, 58%) |
| CMYK | cmyk(75%, 13%, 0%, 7%) |
| LAB | lab(76.8 -27.6 -26.7) |
| LCH | lch(76.8 38.4 224.1) |
| OKLCH | oklch(0.789 0.127 216.1) |
Copy-ready code
/* CSS */
color: #3bceee;
background-color: #3bceee;
/* Tailwind (arbitrary) */
class="text-[#3bceee] bg-[#3bceee]"
/* SCSS */
$brand: #3bceee;
/* SwiftUI */
Color(red: 0.231, green: 0.808, blue: 0.933)
/* Android */
Color.parseColor("#3bceee")Accessibility — WCAG contrast
Aa
#3bceee on white: 1.87:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3bceee on black: 11.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.1%
Green80.8%
Blue93.3%
CMYK percentages
Cyan75.2%
Magenta13.4%
Yellow0.0%
Key (black)6.7%
Color previews
#3bceee text on a black background
contrast 11.25:1
Card sample
#3bceee text on a white background
contrast 1.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3bceee;
Background color
Panel with #3bceee background
background-color: #3bceee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3bceee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(59, 206, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(59, 206, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3bceee; background: linear-gradient(135deg, #3bceee, #3B57EE);