#1ebac1
a dark, vivid cyan · cool · closest name: turquoise
RGB
30, 186, 193
HSL
183°, 73%, 44%
CMYK
85, 4, 0, 24
Luminance
0.3924
Every format
| HEX | #1ebac1 |
| RGB | rgb(30, 186, 193) |
| HSL | hsl(183, 73%, 44%) |
| CMYK | cmyk(85%, 4%, 0%, 24%) |
| LAB | lab(68.9 -34.5 -14.3) |
| LCH | lch(68.9 37.4 202.6) |
| OKLCH | oklch(0.719 0.118 199.8) |
Copy-ready code
/* CSS */
color: #1ebac1;
background-color: #1ebac1;
/* Tailwind (arbitrary) */
class="text-[#1ebac1] bg-[#1ebac1]"
/* SCSS */
$brand: #1ebac1;
/* SwiftUI */
Color(red: 0.118, green: 0.729, blue: 0.757)
/* Android */
Color.parseColor("#1ebac1")Accessibility — WCAG contrast
Aa
#1ebac1 on white: 2.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#1ebac1 on black: 8.85:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red11.8%
Green72.9%
Blue75.7%
CMYK percentages
Cyan84.5%
Magenta3.6%
Yellow0.0%
Key (black)24.3%
Color previews
#1ebac1 text on a black background
contrast 8.85:1
Card sample
#1ebac1 text on a white background
contrast 2.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1ebac1;
Background color
Panel with #1ebac1 background
background-color: #1ebac1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1ebac1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(30, 186, 193, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(30, 186, 193, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1ebac1; background: linear-gradient(135deg, #1ebac1, #1E4DC1);