#3aafdf
a balanced, vivid cyan · cool · closest name: skyblue
RGB
58, 175, 223
HSL
198°, 72%, 55%
CMYK
74, 22, 0, 13
Luminance
0.3689
Every format
| HEX | #3aafdf |
| RGB | rgb(58, 175, 223) |
| HSL | hsl(198, 72%, 55%) |
| CMYK | cmyk(74%, 22%, 0%, 13%) |
| LAB | lab(67.2 -16.7 -33.5) |
| LCH | lch(67.2 37.4 243.5) |
| OKLCH | oklch(0.710 0.123 229.9) |
Copy-ready code
/* CSS */
color: #3aafdf;
background-color: #3aafdf;
/* Tailwind (arbitrary) */
class="text-[#3aafdf] bg-[#3aafdf]"
/* SCSS */
$brand: #3aafdf;
/* SwiftUI */
Color(red: 0.227, green: 0.686, blue: 0.875)
/* Android */
Color.parseColor("#3aafdf")Accessibility — WCAG contrast
Aa
#3aafdf on white: 2.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3aafdf on black: 8.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.7%
Green68.6%
Blue87.5%
CMYK percentages
Cyan74.0%
Magenta21.5%
Yellow0.0%
Key (black)12.5%
Color previews
#3aafdf text on a black background
contrast 8.38:1
Card sample
#3aafdf text on a white background
contrast 2.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3aafdf;
Background color
Panel with #3aafdf background
background-color: #3aafdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3aafdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(58, 175, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(58, 175, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3aafdf; background: linear-gradient(135deg, #3aafdf, #3A41DF);