#3acceb
a balanced, electric cyan · cool · closest name: skyblue
RGB
58, 204, 235
HSL
191°, 82%, 58%
CMYK
75, 13, 0, 8
Luminance
0.5008
Every format
| HEX | #3acceb |
| RGB | rgb(58, 204, 235) |
| HSL | hsl(191, 82%, 58%) |
| CMYK | cmyk(75%, 13%, 0%, 8%) |
| LAB | lab(76.1 -27.7 -26.2) |
| LCH | lch(76.1 38.1 223.5) |
| OKLCH | oklch(0.783 0.126 215.6) |
Copy-ready code
/* CSS */
color: #3acceb;
background-color: #3acceb;
/* Tailwind (arbitrary) */
class="text-[#3acceb] bg-[#3acceb]"
/* SCSS */
$brand: #3acceb;
/* SwiftUI */
Color(red: 0.227, green: 0.800, blue: 0.922)
/* Android */
Color.parseColor("#3acceb")Accessibility — WCAG contrast
Aa
#3acceb on white: 1.91:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3acceb on black: 11.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.7%
Green80.0%
Blue92.2%
CMYK percentages
Cyan75.3%
Magenta13.2%
Yellow0.0%
Key (black)7.8%
Color previews
#3acceb text on a black background
contrast 11.02:1
Card sample
#3acceb text on a white background
contrast 1.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3acceb;
Background color
Panel with #3acceb background
background-color: #3acceb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3acceb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(58, 204, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(58, 204, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3acceb; background: linear-gradient(135deg, #3acceb, #3A56EB);