#1aacac
a dark, vivid cyan · cool · closest name: teal
RGB
26, 172, 172
HSL
180°, 74%, 39%
CMYK
85, 0, 0, 33
Luminance
0.3270
Every format
| HEX | #1aacac |
| RGB | rgb(26, 172, 172) |
| HSL | hsl(180, 74%, 39%) |
| CMYK | cmyk(85%, 0%, 0%, 33%) |
| LAB | lab(63.9 -34.6 -10.2) |
| LCH | lch(63.9 36.1 196.5) |
| OKLCH | oklch(0.676 0.111 194.8) |
Copy-ready code
/* CSS */
color: #1aacac;
background-color: #1aacac;
/* Tailwind (arbitrary) */
class="text-[#1aacac] bg-[#1aacac]"
/* SCSS */
$brand: #1aacac;
/* SwiftUI */
Color(red: 0.102, green: 0.675, blue: 0.675)
/* Android */
Color.parseColor("#1aacac")Accessibility — WCAG contrast
Aa
#1aacac on white: 2.78:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#1aacac on black: 7.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red10.2%
Green67.5%
Blue67.5%
CMYK percentages
Cyan84.9%
Magenta0.0%
Yellow0.0%
Key (black)32.5%
Color previews
#1aacac text on a black background
contrast 7.54:1
Card sample
#1aacac text on a white background
contrast 2.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1aacac;
Background color
Panel with #1aacac background
background-color: #1aacac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1aacac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(26, 172, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(26, 172, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1aacac; background: linear-gradient(135deg, #1aacac, #1A4BAC);