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