#2adfdf
a balanced, vivid cyan · cool · closest name: turquoise
RGB
42, 223, 223
HSL
180°, 74%, 52%
CMYK
81, 0, 0, 13
Luminance
0.5860
Every format
| HEX | #2adfdf |
| RGB | rgb(42, 223, 223) |
| HSL | hsl(180, 74%, 52%) |
| CMYK | cmyk(81%, 0%, 0%, 13%) |
| LAB | lab(81.1 -41.7 -12.3) |
| LCH | lch(81.1 43.5 196.5) |
| OKLCH | oklch(0.821 0.134 194.9) |
Copy-ready code
/* CSS */
color: #2adfdf;
background-color: #2adfdf;
/* Tailwind (arbitrary) */
class="text-[#2adfdf] bg-[#2adfdf]"
/* SCSS */
$brand: #2adfdf;
/* SwiftUI */
Color(red: 0.165, green: 0.875, blue: 0.875)
/* Android */
Color.parseColor("#2adfdf")Accessibility — WCAG contrast
Aa
#2adfdf on white: 1.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2adfdf on black: 12.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red16.5%
Green87.5%
Blue87.5%
CMYK percentages
Cyan81.2%
Magenta0.0%
Yellow0.0%
Key (black)12.5%
Color previews
#2adfdf text on a black background
contrast 12.72:1
Card sample
#2adfdf text on a white background
contrast 1.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2adfdf;
Background color
Panel with #2adfdf background
background-color: #2adfdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2adfdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(42, 223, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(42, 223, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2adfdf; background: linear-gradient(135deg, #2adfdf, #2A66DF);