#3db1ce
a balanced, vivid cyan · cool · closest name: skyblue
RGB
61, 177, 206
HSL
192°, 60%, 52%
CMYK
70, 14, 0, 19
Luminance
0.3689
Every format
| HEX | #3db1ce |
| RGB | rgb(61, 177, 206) |
| HSL | hsl(192, 60%, 52%) |
| CMYK | cmyk(70%, 14%, 0%, 19%) |
| LAB | lab(67.2 -22.8 -24.1) |
| LCH | lch(67.2 33.2 226.5) |
| OKLCH | oklch(0.708 0.109 218.0) |
Copy-ready code
/* CSS */
color: #3db1ce;
background-color: #3db1ce;
/* Tailwind (arbitrary) */
class="text-[#3db1ce] bg-[#3db1ce]"
/* SCSS */
$brand: #3db1ce;
/* SwiftUI */
Color(red: 0.239, green: 0.694, blue: 0.808)
/* Android */
Color.parseColor("#3db1ce")Accessibility — WCAG contrast
Aa
#3db1ce on white: 2.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3db1ce on black: 8.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.9%
Green69.4%
Blue80.8%
CMYK percentages
Cyan70.4%
Magenta14.1%
Yellow0.0%
Key (black)19.2%
Color previews
#3db1ce text on a black background
contrast 8.38:1
Card sample
#3db1ce text on a white background
contrast 2.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3db1ce;
Background color
Panel with #3db1ce background
background-color: #3db1ce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3db1ce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(61, 177, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(61, 177, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3db1ce; background: linear-gradient(135deg, #3db1ce, #3D50CE);