#3bc9fc
a balanced, electric cyan · cool · closest name: skyblue
RGB
59, 201, 252
HSL
196°, 97%, 61%
CMYK
77, 20, 0, 1
Luminance
0.4973
Every format
| HEX | #3bc9fc |
| RGB | rgb(59, 201, 252) |
| HSL | hsl(196, 97%, 61%) |
| CMYK | cmyk(77%, 20%, 0%, 1%) |
| LAB | lab(75.9 -20.6 -35.7) |
| LCH | lch(75.9 41.2 239.9) |
| OKLCH | oklch(0.783 0.136 227.2) |
Copy-ready code
/* CSS */
color: #3bc9fc;
background-color: #3bc9fc;
/* Tailwind (arbitrary) */
class="text-[#3bc9fc] bg-[#3bc9fc]"
/* SCSS */
$brand: #3bc9fc;
/* SwiftUI */
Color(red: 0.231, green: 0.788, blue: 0.988)
/* Android */
Color.parseColor("#3bc9fc")Accessibility — WCAG contrast
Aa
#3bc9fc on white: 1.92:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3bc9fc on black: 10.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.1%
Green78.8%
Blue98.8%
CMYK percentages
Cyan76.6%
Magenta20.2%
Yellow0.0%
Key (black)1.2%
Color previews
#3bc9fc text on a black background
contrast 10.95:1
Card sample
#3bc9fc text on a white background
contrast 1.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3bc9fc;
Background color
Panel with #3bc9fc background
background-color: #3bc9fc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3bc9fc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(59, 201, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(59, 201, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3bc9fc; background: linear-gradient(135deg, #3bc9fc, #3B48FC);