#2acedb
a balanced, vivid cyan · cool · closest name: turquoise
RGB
42, 206, 219
HSL
184°, 71%, 51%
CMYK
81, 6, 0, 14
Luminance
0.4975
Every format
| HEX | #2acedb |
| RGB | rgb(42, 206, 219) |
| HSL | hsl(184, 71%, 51%) |
| CMYK | cmyk(81%, 6%, 0%, 14%) |
| LAB | lab(75.9 -35.1 -17.9) |
| LCH | lch(75.9 39.4 207.1) |
| OKLCH | oklch(0.779 0.126 203.4) |
Copy-ready code
/* CSS */
color: #2acedb;
background-color: #2acedb;
/* Tailwind (arbitrary) */
class="text-[#2acedb] bg-[#2acedb]"
/* SCSS */
$brand: #2acedb;
/* SwiftUI */
Color(red: 0.165, green: 0.808, blue: 0.859)
/* Android */
Color.parseColor("#2acedb")Accessibility — WCAG contrast
Aa
#2acedb on white: 1.92:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2acedb on black: 10.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red16.5%
Green80.8%
Blue85.9%
CMYK percentages
Cyan80.8%
Magenta5.9%
Yellow0.0%
Key (black)14.1%
Color previews
#2acedb text on a black background
contrast 10.95:1
Card sample
#2acedb text on a white background
contrast 1.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2acedb;
Background color
Panel with #2acedb background
background-color: #2acedb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2acedb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(42, 206, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(42, 206, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2acedb; background: linear-gradient(135deg, #2acedb, #2A58DB);