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