#1ebac4
a dark, vivid cyan · cool · closest name: turquoise
RGB
30, 186, 196
HSL
184°, 74%, 44%
CMYK
85, 5, 0, 23
Luminance
0.3938
Every format
| HEX | #1ebac4 |
| RGB | rgb(30, 186, 196) |
| HSL | hsl(184, 74%, 44%) |
| CMYK | cmyk(85%, 5%, 0%, 23%) |
| LAB | lab(69.0 -33.6 -15.8) |
| LCH | lch(69.0 37.1 205.3) |
| OKLCH | oklch(0.720 0.118 202.0) |
Copy-ready code
/* CSS */
color: #1ebac4;
background-color: #1ebac4;
/* Tailwind (arbitrary) */
class="text-[#1ebac4] bg-[#1ebac4]"
/* SCSS */
$brand: #1ebac4;
/* SwiftUI */
Color(red: 0.118, green: 0.729, blue: 0.769)
/* Android */
Color.parseColor("#1ebac4")Accessibility — WCAG contrast
Aa
#1ebac4 on white: 2.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#1ebac4 on black: 8.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red11.8%
Green72.9%
Blue76.9%
CMYK percentages
Cyan84.7%
Magenta5.1%
Yellow0.0%
Key (black)23.1%
Color previews
#1ebac4 text on a black background
contrast 8.88:1
Card sample
#1ebac4 text on a white background
contrast 2.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1ebac4;
Background color
Panel with #1ebac4 background
background-color: #1ebac4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1ebac4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(30, 186, 196, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(30, 186, 196, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1ebac4; background: linear-gradient(135deg, #1ebac4, #1E4BC4);