#1baeb5
a dark, vivid cyan · cool · closest name: teal
RGB
27, 174, 181
HSL
183°, 74%, 41%
CMYK
85, 4, 0, 29
Luminance
0.3384
Every format
| HEX | #1baeb5 |
| RGB | rgb(27, 174, 181) |
| HSL | hsl(183, 74%, 41%) |
| CMYK | cmyk(85%, 4%, 0%, 29%) |
| LAB | lab(64.8 -32.7 -13.9) |
| LCH | lch(64.8 35.5 203.0) |
| OKLCH | oklch(0.684 0.112 200.1) |
Copy-ready code
/* CSS */
color: #1baeb5;
background-color: #1baeb5;
/* Tailwind (arbitrary) */
class="text-[#1baeb5] bg-[#1baeb5]"
/* SCSS */
$brand: #1baeb5;
/* SwiftUI */
Color(red: 0.106, green: 0.682, blue: 0.710)
/* Android */
Color.parseColor("#1baeb5")Accessibility — WCAG contrast
Aa
#1baeb5 on white: 2.70:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#1baeb5 on black: 7.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red10.6%
Green68.2%
Blue71.0%
CMYK percentages
Cyan85.1%
Magenta3.9%
Yellow0.0%
Key (black)29.0%
Color previews
#1baeb5 text on a black background
contrast 7.77:1
Card sample
#1baeb5 text on a white background
contrast 2.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1baeb5;
Background color
Panel with #1baeb5 background
background-color: #1baeb5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1baeb5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(27, 174, 181, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(27, 174, 181, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1baeb5; background: linear-gradient(135deg, #1baeb5, #1B47B5);