#2acddf
a balanced, vivid cyan · cool · closest name: skyblue
RGB
42, 205, 223
HSL
186°, 74%, 52%
CMYK
81, 8, 0, 13
Luminance
0.4948
Every format
| HEX | #2acddf |
| RGB | rgb(42, 205, 223) |
| HSL | hsl(186, 74%, 52%) |
| CMYK | cmyk(81%, 8%, 0%, 13%) |
| LAB | lab(75.8 -33.4 -20.3) |
| LCH | lch(75.8 39.1 211.4) |
| OKLCH | oklch(0.778 0.126 206.7) |
Copy-ready code
/* CSS */
color: #2acddf;
background-color: #2acddf;
/* Tailwind (arbitrary) */
class="text-[#2acddf] bg-[#2acddf]"
/* SCSS */
$brand: #2acddf;
/* SwiftUI */
Color(red: 0.165, green: 0.804, blue: 0.875)
/* Android */
Color.parseColor("#2acddf")Accessibility — WCAG contrast
Aa
#2acddf on white: 1.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2acddf on black: 10.90:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red16.5%
Green80.4%
Blue87.5%
CMYK percentages
Cyan81.2%
Magenta8.1%
Yellow0.0%
Key (black)12.5%
Color previews
#2acddf text on a black background
contrast 10.90:1
Card sample
#2acddf text on a white background
contrast 1.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2acddf;
Background color
Panel with #2acddf background
background-color: #2acddf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2acddf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(42, 205, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(42, 205, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2acddf; background: linear-gradient(135deg, #2acddf, #2A54DF);