#34afba
a balanced, vivid cyan · cool · closest name: teal
RGB
52, 175, 186
HSL
185°, 56%, 47%
CMYK
72, 6, 0, 27
Luminance
0.3494
Every format
| HEX | #34afba |
| RGB | rgb(52, 175, 186) |
| HSL | hsl(185, 56%, 47%) |
| CMYK | cmyk(72%, 6%, 0%, 27%) |
| LAB | lab(65.7 -29.2 -15.3) |
| LCH | lch(65.7 33.0 207.7) |
| OKLCH | oklch(0.693 0.105 203.9) |
Copy-ready code
/* CSS */
color: #34afba;
background-color: #34afba;
/* Tailwind (arbitrary) */
class="text-[#34afba] bg-[#34afba]"
/* SCSS */
$brand: #34afba;
/* SwiftUI */
Color(red: 0.204, green: 0.686, blue: 0.729)
/* Android */
Color.parseColor("#34afba")Accessibility — WCAG contrast
Aa
#34afba on white: 2.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#34afba on black: 7.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.4%
Green68.6%
Blue72.9%
CMYK percentages
Cyan72.0%
Magenta5.9%
Yellow0.0%
Key (black)27.1%
Color previews
#34afba text on a black background
contrast 7.99:1
Card sample
#34afba text on a white background
contrast 2.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #34afba;
Background color
Panel with #34afba background
background-color: #34afba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #34afba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(52, 175, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(52, 175, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #34afba; background: linear-gradient(135deg, #34afba, #3456BA);