#27acac
a dark, vivid cyan · cool · closest name: teal
RGB
39, 172, 172
HSL
180°, 63%, 41%
CMYK
77, 0, 0, 33
Luminance
0.3291
Every format
| HEX | #27acac |
| RGB | rgb(39, 172, 172) |
| HSL | hsl(180, 63%, 41%) |
| CMYK | cmyk(77%, 0%, 0%, 33%) |
| LAB | lab(64.1 -33.5 -10.0) |
| LCH | lch(64.1 34.9 196.6) |
| OKLCH | oklch(0.678 0.108 194.9) |
Copy-ready code
/* CSS */
color: #27acac;
background-color: #27acac;
/* Tailwind (arbitrary) */
class="text-[#27acac] bg-[#27acac]"
/* SCSS */
$brand: #27acac;
/* SwiftUI */
Color(red: 0.153, green: 0.675, blue: 0.675)
/* Android */
Color.parseColor("#27acac")Accessibility — WCAG contrast
Aa
#27acac on white: 2.77:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#27acac on black: 7.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red15.3%
Green67.5%
Blue67.5%
CMYK percentages
Cyan77.3%
Magenta0.0%
Yellow0.0%
Key (black)32.5%
Color previews
#27acac text on a black background
contrast 7.58:1
Card sample
#27acac text on a white background
contrast 2.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #27acac;
Background color
Panel with #27acac background
background-color: #27acac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #27acac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(39, 172, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(39, 172, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #27acac; background: linear-gradient(135deg, #27acac, #2753AC);