#3daad2
a balanced, vivid cyan · cool · closest name: skyblue
RGB
61, 170, 210
HSL
196°, 62%, 53%
CMYK
71, 19, 0, 18
Luminance
0.3439
Every format
| HEX | #3daad2 |
| RGB | rgb(61, 170, 210) |
| HSL | hsl(196, 62%, 53%) |
| CMYK | cmyk(71%, 19%, 0%, 18%) |
| LAB | lab(65.3 -17.9 -29.3) |
| LCH | lch(65.3 34.3 238.5) |
| OKLCH | oklch(0.693 0.113 226.6) |
Copy-ready code
/* CSS */
color: #3daad2;
background-color: #3daad2;
/* Tailwind (arbitrary) */
class="text-[#3daad2] bg-[#3daad2]"
/* SCSS */
$brand: #3daad2;
/* SwiftUI */
Color(red: 0.239, green: 0.667, blue: 0.824)
/* Android */
Color.parseColor("#3daad2")Accessibility — WCAG contrast
Aa
#3daad2 on white: 2.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3daad2 on black: 7.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.9%
Green66.7%
Blue82.4%
CMYK percentages
Cyan71.0%
Magenta19.0%
Yellow0.0%
Key (black)17.6%
Color previews
#3daad2 text on a black background
contrast 7.88:1
Card sample
#3daad2 text on a white background
contrast 2.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3daad2;
Background color
Panel with #3daad2 background
background-color: #3daad2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3daad2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(61, 170, 210, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(61, 170, 210, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3daad2; background: linear-gradient(135deg, #3daad2, #3D47D2);