#3aacdf
a balanced, vivid cyan · cool · closest name: steelblue
RGB
58, 172, 223
HSL
199°, 72%, 55%
CMYK
74, 23, 0, 13
Luminance
0.3573
Every format
| HEX | #3aacdf |
| RGB | rgb(58, 172, 223) |
| HSL | hsl(199, 72%, 55%) |
| CMYK | cmyk(74%, 23%, 0%, 13%) |
| LAB | lab(66.3 -15.1 -34.8) |
| LCH | lch(66.3 37.9 246.6) |
| OKLCH | oklch(0.703 0.124 232.1) |
Copy-ready code
/* CSS */
color: #3aacdf;
background-color: #3aacdf;
/* Tailwind (arbitrary) */
class="text-[#3aacdf] bg-[#3aacdf]"
/* SCSS */
$brand: #3aacdf;
/* SwiftUI */
Color(red: 0.227, green: 0.675, blue: 0.875)
/* Android */
Color.parseColor("#3aacdf")Accessibility — WCAG contrast
Aa
#3aacdf on white: 2.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3aacdf on black: 8.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.7%
Green67.5%
Blue87.5%
CMYK percentages
Cyan74.0%
Magenta22.9%
Yellow0.0%
Key (black)12.5%
Color previews
#3aacdf text on a black background
contrast 8.15:1
Card sample
#3aacdf text on a white background
contrast 2.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3aacdf;
Background color
Panel with #3aacdf background
background-color: #3aacdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3aacdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(58, 172, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(58, 172, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3aacdf; background: linear-gradient(135deg, #3aacdf, #3A3EDF);