#3baeb6
a balanced, vivid cyan · cool · closest name: teal
RGB
59, 174, 182
HSL
184°, 51%, 47%
CMYK
68, 4, 0, 29
Luminance
0.3458
Every format
| HEX | #3baeb6 |
| RGB | rgb(59, 174, 182) |
| HSL | hsl(184, 51%, 47%) |
| CMYK | cmyk(68%, 4%, 0%, 29%) |
| LAB | lab(65.4 -29.0 -13.5) |
| LCH | lch(65.4 32.0 205.0) |
| OKLCH | oklch(0.691 0.101 201.8) |
Copy-ready code
/* CSS */
color: #3baeb6;
background-color: #3baeb6;
/* Tailwind (arbitrary) */
class="text-[#3baeb6] bg-[#3baeb6]"
/* SCSS */
$brand: #3baeb6;
/* SwiftUI */
Color(red: 0.231, green: 0.682, blue: 0.714)
/* Android */
Color.parseColor("#3baeb6")Accessibility — WCAG contrast
Aa
#3baeb6 on white: 2.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3baeb6 on black: 7.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.1%
Green68.2%
Blue71.4%
CMYK percentages
Cyan67.6%
Magenta4.4%
Yellow0.0%
Key (black)28.6%
Color previews
#3baeb6 text on a black background
contrast 7.92:1
Card sample
#3baeb6 text on a white background
contrast 2.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3baeb6;
Background color
Panel with #3baeb6 background
background-color: #3baeb6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3baeb6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(59, 174, 182, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(59, 174, 182, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3baeb6; background: linear-gradient(135deg, #3baeb6, #3B5CB6);