#36acaf
a dark, vivid cyan · cool · closest name: teal
RGB
54, 172, 175
HSL
182°, 53%, 45%
CMYK
69, 2, 0, 31
Luminance
0.3338
Every format
| HEX | #36acaf |
| RGB | rgb(54, 172, 175) |
| HSL | hsl(182, 53%, 45%) |
| CMYK | cmyk(69%, 2%, 0%, 31%) |
| LAB | lab(64.5 -30.8 -11.0) |
| LCH | lch(64.5 32.7 199.7) |
| OKLCH | oklch(0.682 0.102 197.5) |
Copy-ready code
/* CSS */
color: #36acaf;
background-color: #36acaf;
/* Tailwind (arbitrary) */
class="text-[#36acaf] bg-[#36acaf]"
/* SCSS */
$brand: #36acaf;
/* SwiftUI */
Color(red: 0.212, green: 0.675, blue: 0.686)
/* Android */
Color.parseColor("#36acaf")Accessibility — WCAG contrast
Aa
#36acaf on white: 2.74:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#36acaf on black: 7.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red21.2%
Green67.5%
Blue68.6%
CMYK percentages
Cyan69.1%
Magenta1.7%
Yellow0.0%
Key (black)31.4%
Color previews
#36acaf text on a black background
contrast 7.68:1
Card sample
#36acaf text on a white background
contrast 2.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #36acaf;
Background color
Panel with #36acaf background
background-color: #36acaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #36acaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(54, 172, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(54, 172, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #36acaf; background: linear-gradient(135deg, #36acaf, #365BAF);