#3caaeb
a balanced, electric blue · cool · closest name: steelblue
RGB
60, 170, 235
HSL
202°, 81%, 58%
CMYK
75, 28, 0, 8
Luminance
0.3571
Every format
| HEX | #3caaeb |
| RGB | rgb(60, 170, 235) |
| HSL | hsl(202, 81%, 58%) |
| CMYK | cmyk(75%, 28%, 0%, 8%) |
| LAB | lab(66.3 -9.7 -41.4) |
| LCH | lch(66.3 42.5 256.8) |
| OKLCH | oklch(0.705 0.136 239.3) |
Copy-ready code
/* CSS */
color: #3caaeb;
background-color: #3caaeb;
/* Tailwind (arbitrary) */
class="text-[#3caaeb] bg-[#3caaeb]"
/* SCSS */
$brand: #3caaeb;
/* SwiftUI */
Color(red: 0.235, green: 0.667, blue: 0.922)
/* Android */
Color.parseColor("#3caaeb")Accessibility — WCAG contrast
Aa
#3caaeb on white: 2.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3caaeb on black: 8.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.5%
Green66.7%
Blue92.2%
CMYK percentages
Cyan74.5%
Magenta27.7%
Yellow0.0%
Key (black)7.8%
Color previews
#3caaeb text on a black background
contrast 8.14:1
Card sample
#3caaeb text on a white background
contrast 2.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3caaeb;
Background color
Panel with #3caaeb background
background-color: #3caaeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3caaeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(60, 170, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(60, 170, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3caaeb; background: linear-gradient(135deg, #3caaeb, #433CEB);