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