#3ac9ff
a balanced, electric cyan · cool · closest name: skyblue
RGB
58, 201, 255
HSL
196°, 100%, 61%
CMYK
77, 21, 0, 0
Luminance
0.4989
Every format
| HEX | #3ac9ff |
| RGB | rgb(58, 201, 255) |
| HSL | hsl(196, 100%, 61%) |
| CMYK | cmyk(77%, 21%, 0%, 0%) |
| LAB | lab(76.0 -19.8 -37.1) |
| LCH | lch(76.0 42.1 242.0) |
| OKLCH | oklch(0.785 0.139 228.6) |
Copy-ready code
/* CSS */
color: #3ac9ff;
background-color: #3ac9ff;
/* Tailwind (arbitrary) */
class="text-[#3ac9ff] bg-[#3ac9ff]"
/* SCSS */
$brand: #3ac9ff;
/* SwiftUI */
Color(red: 0.227, green: 0.788, blue: 1.000)
/* Android */
Color.parseColor("#3ac9ff")Accessibility — WCAG contrast
Aa
#3ac9ff on white: 1.91:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3ac9ff on black: 10.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.7%
Green78.8%
Blue100.0%
CMYK percentages
Cyan77.3%
Magenta21.2%
Yellow0.0%
Key (black)0.0%
Color previews
#3ac9ff text on a black background
contrast 10.98:1
Card sample
#3ac9ff text on a white background
contrast 1.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3ac9ff;
Background color
Panel with #3ac9ff background
background-color: #3ac9ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3ac9ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(58, 201, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(58, 201, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3ac9ff; background: linear-gradient(135deg, #3ac9ff, #3A46FF);