#3dafbc
a balanced, vivid cyan · cool · closest name: skyblue
RGB
61, 175, 188
HSL
186°, 51%, 49%
CMYK
68, 7, 0, 26
Luminance
0.3528
Every format
| HEX | #3dafbc |
| RGB | rgb(61, 175, 188) |
| HSL | hsl(186, 51%, 49%) |
| CMYK | cmyk(68%, 7%, 0%, 26%) |
| LAB | lab(66.0 -27.4 -16.0) |
| LCH | lch(66.0 31.7 210.3) |
| OKLCH | oklch(0.696 0.102 205.9) |
Copy-ready code
/* CSS */
color: #3dafbc;
background-color: #3dafbc;
/* Tailwind (arbitrary) */
class="text-[#3dafbc] bg-[#3dafbc]"
/* SCSS */
$brand: #3dafbc;
/* SwiftUI */
Color(red: 0.239, green: 0.686, blue: 0.737)
/* Android */
Color.parseColor("#3dafbc")Accessibility — WCAG contrast
Aa
#3dafbc on white: 2.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3dafbc on black: 8.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.9%
Green68.6%
Blue73.7%
CMYK percentages
Cyan67.6%
Magenta6.9%
Yellow0.0%
Key (black)26.3%
Color previews
#3dafbc text on a black background
contrast 8.06:1
Card sample
#3dafbc text on a white background
contrast 2.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3dafbc;
Background color
Panel with #3dafbc background
background-color: #3dafbc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3dafbc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(61, 175, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(61, 175, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3dafbc; background: linear-gradient(135deg, #3dafbc, #3D5ABC);