#1baeb0
a dark, vivid cyan · cool · closest name: teal
RGB
27, 174, 176
HSL
181°, 73%, 40%
CMYK
85, 1, 0, 31
Luminance
0.3364
Every format
| HEX | #1baeb0 |
| RGB | rgb(27, 174, 176) |
| HSL | hsl(181, 73%, 40%) |
| CMYK | cmyk(85%, 1%, 0%, 31%) |
| LAB | lab(64.7 -34.3 -11.3) |
| LCH | lch(64.7 36.1 198.3) |
| OKLCH | oklch(0.683 0.112 196.4) |
Copy-ready code
/* CSS */
color: #1baeb0;
background-color: #1baeb0;
/* Tailwind (arbitrary) */
class="text-[#1baeb0] bg-[#1baeb0]"
/* SCSS */
$brand: #1baeb0;
/* SwiftUI */
Color(red: 0.106, green: 0.682, blue: 0.690)
/* Android */
Color.parseColor("#1baeb0")Accessibility — WCAG contrast
Aa
#1baeb0 on white: 2.72:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#1baeb0 on black: 7.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red10.6%
Green68.2%
Blue69.0%
CMYK percentages
Cyan84.7%
Magenta1.1%
Yellow0.0%
Key (black)31.0%
Color previews
#1baeb0 text on a black background
contrast 7.73:1
Card sample
#1baeb0 text on a white background
contrast 2.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1baeb0;
Background color
Panel with #1baeb0 background
background-color: #1baeb0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1baeb0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(27, 174, 176, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(27, 174, 176, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1baeb0; background: linear-gradient(135deg, #1baeb0, #1B4BB0);