#1aceba
a balanced, electric cyan · cool · closest name: turquoise
RGB
26, 206, 186
HSL
173°, 78%, 46%
CMYK
87, 0, 10, 19
Luminance
0.4791
Every format
| HEX | #1aceba |
| RGB | rgb(26, 206, 186) |
| HSL | hsl(173, 78%, 46%) |
| CMYK | cmyk(87%, 0%, 10%, 19%) |
| LAB | lab(74.8 -45.7 -1.9) |
| LCH | lch(74.8 45.8 182.3) |
| OKLCH | oklch(0.766 0.134 182.5) |
Copy-ready code
/* CSS */
color: #1aceba;
background-color: #1aceba;
/* Tailwind (arbitrary) */
class="text-[#1aceba] bg-[#1aceba]"
/* SCSS */
$brand: #1aceba;
/* SwiftUI */
Color(red: 0.102, green: 0.808, blue: 0.729)
/* Android */
Color.parseColor("#1aceba")Accessibility — WCAG contrast
Aa
#1aceba on white: 1.98:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#1aceba on black: 10.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red10.2%
Green80.8%
Blue72.9%
CMYK percentages
Cyan87.4%
Magenta0.0%
Yellow9.7%
Key (black)19.2%
Color previews
#1aceba text on a black background
contrast 10.58:1
Card sample
#1aceba text on a white background
contrast 1.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1aceba;
Background color
Panel with #1aceba background
background-color: #1aceba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1aceba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(26, 206, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(26, 206, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1aceba; background: linear-gradient(135deg, #1aceba, #1A6ACE);