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