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