#3bbcfc
a balanced, electric cyan · cool · closest name: skyblue
RGB
59, 188, 252
HSL
200°, 97%, 61%
CMYK
77, 25, 0, 1
Luminance
0.4392
Every format
| HEX | #3bbcfc |
| RGB | rgb(59, 188, 252) |
| HSL | hsl(200, 97%, 61%) |
| CMYK | cmyk(77%, 25%, 0%, 1%) |
| LAB | lab(72.2 -13.8 -41.5) |
| LCH | lch(72.2 43.7 251.6) |
| OKLCH | oklch(0.754 0.142 235.3) |
Copy-ready code
/* CSS */
color: #3bbcfc;
background-color: #3bbcfc;
/* Tailwind (arbitrary) */
class="text-[#3bbcfc] bg-[#3bbcfc]"
/* SCSS */
$brand: #3bbcfc;
/* SwiftUI */
Color(red: 0.231, green: 0.737, blue: 0.988)
/* Android */
Color.parseColor("#3bbcfc")Accessibility — WCAG contrast
Aa
#3bbcfc on white: 2.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3bbcfc on black: 9.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.1%
Green73.7%
Blue98.8%
CMYK percentages
Cyan76.6%
Magenta25.4%
Yellow0.0%
Key (black)1.2%
Color previews
#3bbcfc text on a black background
contrast 9.78:1
Card sample
#3bbcfc text on a white background
contrast 2.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3bbcfc;
Background color
Panel with #3bbcfc background
background-color: #3bbcfc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3bbcfc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(59, 188, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(59, 188, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3bbcfc; background: linear-gradient(135deg, #3bbcfc, #3B3BFC);