#1baeb8
a dark, vivid cyan · cool · closest name: teal
RGB
27, 174, 184
HSL
184°, 74%, 41%
CMYK
85, 5, 0, 28
Luminance
0.3397
Every format
| HEX | #1baeb8 |
| RGB | rgb(27, 174, 184) |
| HSL | hsl(184, 74%, 41%) |
| CMYK | cmyk(85%, 5%, 0%, 28%) |
| LAB | lab(64.9 -31.8 -15.4) |
| LCH | lch(64.9 35.3 205.8) |
| OKLCH | oklch(0.686 0.112 202.4) |
Copy-ready code
/* CSS */
color: #1baeb8;
background-color: #1baeb8;
/* Tailwind (arbitrary) */
class="text-[#1baeb8] bg-[#1baeb8]"
/* SCSS */
$brand: #1baeb8;
/* SwiftUI */
Color(red: 0.106, green: 0.682, blue: 0.722)
/* Android */
Color.parseColor("#1baeb8")Accessibility — WCAG contrast
Aa
#1baeb8 on white: 2.69:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#1baeb8 on black: 7.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red10.6%
Green68.2%
Blue72.2%
CMYK percentages
Cyan85.3%
Magenta5.4%
Yellow0.0%
Key (black)27.8%
Color previews
#1baeb8 text on a black background
contrast 7.79:1
Card sample
#1baeb8 text on a white background
contrast 2.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1baeb8;
Background color
Panel with #1baeb8 background
background-color: #1baeb8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1baeb8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(27, 174, 184, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(27, 174, 184, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1baeb8; background: linear-gradient(135deg, #1baeb8, #1B45B8);