#3caade
a balanced, vivid cyan · cool · closest name: steelblue
RGB
60, 170, 222
HSL
199°, 71%, 55%
CMYK
73, 23, 0, 13
Luminance
0.3498
Every format
| HEX | #3caade |
| RGB | rgb(60, 170, 222) |
| HSL | hsl(199, 71%, 55%) |
| CMYK | cmyk(73%, 23%, 0%, 13%) |
| LAB | lab(65.7 -14.1 -35.1) |
| LCH | lch(65.7 37.9 248.2) |
| OKLCH | oklch(0.698 0.123 233.3) |
Copy-ready code
/* CSS */
color: #3caade;
background-color: #3caade;
/* Tailwind (arbitrary) */
class="text-[#3caade] bg-[#3caade]"
/* SCSS */
$brand: #3caade;
/* SwiftUI */
Color(red: 0.235, green: 0.667, blue: 0.871)
/* Android */
Color.parseColor("#3caade")Accessibility — WCAG contrast
Aa
#3caade on white: 2.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3caade on black: 8.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.5%
Green66.7%
Blue87.1%
CMYK percentages
Cyan73.0%
Magenta23.4%
Yellow0.0%
Key (black)12.9%
Color previews
#3caade text on a black background
contrast 8.00:1
Card sample
#3caade text on a white background
contrast 2.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3caade;
Background color
Panel with #3caade background
background-color: #3caade;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3caade;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(60, 170, 222, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(60, 170, 222, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3caade; background: linear-gradient(135deg, #3caade, #3C3EDE);