#3dafba
a balanced, vivid cyan · cool · closest name: teal
RGB
61, 175, 186
HSL
185°, 51%, 48%
CMYK
67, 6, 0, 27
Luminance
0.3520
Every format
| HEX | #3dafba |
| RGB | rgb(61, 175, 186) |
| HSL | hsl(185, 51%, 48%) |
| CMYK | cmyk(67%, 6%, 0%, 27%) |
| LAB | lab(65.9 -28.0 -15.0) |
| LCH | lch(65.9 31.7 208.2) |
| OKLCH | oklch(0.695 0.101 204.3) |
Copy-ready code
/* CSS */
color: #3dafba;
background-color: #3dafba;
/* Tailwind (arbitrary) */
class="text-[#3dafba] bg-[#3dafba]"
/* SCSS */
$brand: #3dafba;
/* SwiftUI */
Color(red: 0.239, green: 0.686, blue: 0.729)
/* Android */
Color.parseColor("#3dafba")Accessibility — WCAG contrast
Aa
#3dafba on white: 2.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3dafba on black: 8.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.9%
Green68.6%
Blue72.9%
CMYK percentages
Cyan67.2%
Magenta5.9%
Yellow0.0%
Key (black)27.1%
Color previews
#3dafba text on a black background
contrast 8.04:1
Card sample
#3dafba text on a white background
contrast 2.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3dafba;
Background color
Panel with #3dafba background
background-color: #3dafba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3dafba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(61, 175, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(61, 175, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3dafba; background: linear-gradient(135deg, #3dafba, #3D5CBA);