#3da9cf
a balanced, vivid cyan · cool · closest name: skyblue
RGB
61, 169, 207
HSL
196°, 60%, 53%
CMYK
71, 18, 0, 19
Luminance
0.3387
Every format
| HEX | #3da9cf |
| RGB | rgb(61, 169, 207) |
| HSL | hsl(196, 60%, 53%) |
| CMYK | cmyk(71%, 18%, 0%, 19%) |
| LAB | lab(64.9 -18.4 -28.2) |
| LCH | lch(64.9 33.7 237.0) |
| OKLCH | oklch(0.689 0.111 225.5) |
Copy-ready code
/* CSS */
color: #3da9cf;
background-color: #3da9cf;
/* Tailwind (arbitrary) */
class="text-[#3da9cf] bg-[#3da9cf]"
/* SCSS */
$brand: #3da9cf;
/* SwiftUI */
Color(red: 0.239, green: 0.663, blue: 0.812)
/* Android */
Color.parseColor("#3da9cf")Accessibility — WCAG contrast
Aa
#3da9cf on white: 2.70:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3da9cf on black: 7.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.9%
Green66.3%
Blue81.2%
CMYK percentages
Cyan70.5%
Magenta18.4%
Yellow0.0%
Key (black)18.8%
Color previews
#3da9cf text on a black background
contrast 7.77:1
Card sample
#3da9cf text on a white background
contrast 2.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3da9cf;
Background color
Panel with #3da9cf background
background-color: #3da9cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3da9cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(61, 169, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(61, 169, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3da9cf; background: linear-gradient(135deg, #3da9cf, #3D48CF);