#3db7cf
a balanced, vivid cyan · cool · closest name: skyblue
RGB
61, 183, 207
HSL
190°, 60%, 53%
CMYK
71, 12, 0, 19
Luminance
0.3936
Every format
| HEX | #3db7cf |
| RGB | rgb(61, 183, 207) |
| HSL | hsl(190, 60%, 53%) |
| CMYK | cmyk(71%, 12%, 0%, 19%) |
| LAB | lab(69.0 -25.6 -21.9) |
| LCH | lch(69.0 33.6 220.5) |
| OKLCH | oklch(0.723 0.110 213.6) |
Copy-ready code
/* CSS */
color: #3db7cf;
background-color: #3db7cf;
/* Tailwind (arbitrary) */
class="text-[#3db7cf] bg-[#3db7cf]"
/* SCSS */
$brand: #3db7cf;
/* SwiftUI */
Color(red: 0.239, green: 0.718, blue: 0.812)
/* Android */
Color.parseColor("#3db7cf")Accessibility — WCAG contrast
Aa
#3db7cf on white: 2.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3db7cf on black: 8.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.9%
Green71.8%
Blue81.2%
CMYK percentages
Cyan70.5%
Magenta11.6%
Yellow0.0%
Key (black)18.8%
Color previews
#3db7cf text on a black background
contrast 8.87:1
Card sample
#3db7cf text on a white background
contrast 2.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3db7cf;
Background color
Panel with #3db7cf background
background-color: #3db7cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3db7cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(61, 183, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(61, 183, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3db7cf; background: linear-gradient(135deg, #3db7cf, #3D55CF);