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