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