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