#2acece
a balanced, vivid cyan · cool · closest name: turquoise
RGB
42, 206, 206
HSL
180°, 66%, 49%
CMYK
80, 0, 0, 19
Luminance
0.4909
Every format
| HEX | #2acece |
| RGB | rgb(42, 206, 206) |
| HSL | hsl(180, 66%, 49%) |
| CMYK | cmyk(80%, 0%, 0%, 19%) |
| LAB | lab(75.5 -38.9 -11.5) |
| LCH | lch(75.5 40.6 196.5) |
| OKLCH | oklch(0.774 0.125 194.9) |
Copy-ready code
/* CSS */
color: #2acece;
background-color: #2acece;
/* Tailwind (arbitrary) */
class="text-[#2acece] bg-[#2acece]"
/* SCSS */
$brand: #2acece;
/* SwiftUI */
Color(red: 0.165, green: 0.808, blue: 0.808)
/* Android */
Color.parseColor("#2acece")Accessibility — WCAG contrast
Aa
#2acece on white: 1.94:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2acece on black: 10.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red16.5%
Green80.8%
Blue80.8%
CMYK percentages
Cyan79.6%
Magenta0.0%
Yellow0.0%
Key (black)19.2%
Color previews
#2acece text on a black background
contrast 10.82:1
Card sample
#2acece text on a white background
contrast 1.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2acece;
Background color
Panel with #2acece background
background-color: #2acece;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2acece;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(42, 206, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(42, 206, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2acece; background: linear-gradient(135deg, #2acece, #2A61CE);