#3bc0eb
a balanced, electric cyan · cool · closest name: skyblue
RGB
59, 192, 235
HSL
195°, 82%, 58%
CMYK
75, 18, 0, 8
Luminance
0.4463
Every format
| HEX | #3bc0eb |
| RGB | rgb(59, 192, 235) |
| HSL | hsl(195, 82%, 58%) |
| CMYK | cmyk(75%, 18%, 0%, 8%) |
| LAB | lab(72.6 -21.5 -31.6) |
| LCH | lch(72.6 38.2 235.7) |
| OKLCH | oklch(0.755 0.127 224.4) |
Copy-ready code
/* CSS */
color: #3bc0eb;
background-color: #3bc0eb;
/* Tailwind (arbitrary) */
class="text-[#3bc0eb] bg-[#3bc0eb]"
/* SCSS */
$brand: #3bc0eb;
/* SwiftUI */
Color(red: 0.231, green: 0.753, blue: 0.922)
/* Android */
Color.parseColor("#3bc0eb")Accessibility — WCAG contrast
Aa
#3bc0eb on white: 2.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3bc0eb on black: 9.93:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.1%
Green75.3%
Blue92.2%
CMYK percentages
Cyan74.9%
Magenta18.3%
Yellow0.0%
Key (black)7.8%
Color previews
#3bc0eb text on a black background
contrast 9.93:1
Card sample
#3bc0eb text on a white background
contrast 2.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3bc0eb;
Background color
Panel with #3bc0eb background
background-color: #3bc0eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3bc0eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(59, 192, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(59, 192, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3bc0eb; background: linear-gradient(135deg, #3bc0eb, #3B4AEB);