#3db1cf
a balanced, vivid cyan · cool · closest name: skyblue
RGB
61, 177, 207
HSL
192°, 60%, 53%
CMYK
71, 15, 0, 19
Luminance
0.3694
Every format
| HEX | #3db1cf |
| RGB | rgb(61, 177, 207) |
| HSL | hsl(192, 60%, 53%) |
| CMYK | cmyk(71%, 15%, 0%, 19%) |
| LAB | lab(67.2 -22.5 -24.6) |
| LCH | lch(67.2 33.3 227.5) |
| OKLCH | oklch(0.709 0.110 218.7) |
Copy-ready code
/* CSS */
color: #3db1cf;
background-color: #3db1cf;
/* Tailwind (arbitrary) */
class="text-[#3db1cf] bg-[#3db1cf]"
/* SCSS */
$brand: #3db1cf;
/* SwiftUI */
Color(red: 0.239, green: 0.694, blue: 0.812)
/* Android */
Color.parseColor("#3db1cf")Accessibility — WCAG contrast
Aa
#3db1cf on white: 2.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3db1cf on black: 8.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.9%
Green69.4%
Blue81.2%
CMYK percentages
Cyan70.5%
Magenta14.5%
Yellow0.0%
Key (black)18.8%
Color previews
#3db1cf text on a black background
contrast 8.39:1
Card sample
#3db1cf text on a white background
contrast 2.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3db1cf;
Background color
Panel with #3db1cf background
background-color: #3db1cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3db1cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(61, 177, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(61, 177, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3db1cf; background: linear-gradient(135deg, #3db1cf, #3D50CF);