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