#2accea
a balanced, electric cyan · cool · closest name: skyblue
RGB
42, 204, 234
HSL
189°, 82%, 54%
CMYK
82, 13, 0, 8
Luminance
0.4962
Every format
| HEX | #2accea |
| RGB | rgb(42, 204, 234) |
| HSL | hsl(189, 82%, 54%) |
| CMYK | cmyk(82%, 13%, 0%, 8%) |
| LAB | lab(75.8 -29.5 -26.1) |
| LCH | lch(75.8 39.4 221.6) |
| OKLCH | oklch(0.780 0.130 214.2) |
Copy-ready code
/* CSS */
color: #2accea;
background-color: #2accea;
/* Tailwind (arbitrary) */
class="text-[#2accea] bg-[#2accea]"
/* SCSS */
$brand: #2accea;
/* SwiftUI */
Color(red: 0.165, green: 0.800, blue: 0.918)
/* Android */
Color.parseColor("#2accea")Accessibility — WCAG contrast
Aa
#2accea on white: 1.92:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2accea on black: 10.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red16.5%
Green80.0%
Blue91.8%
CMYK percentages
Cyan82.1%
Magenta12.8%
Yellow0.0%
Key (black)8.2%
Color previews
#2accea text on a black background
contrast 10.92:1
Card sample
#2accea text on a white background
contrast 1.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2accea;
Background color
Panel with #2accea background
background-color: #2accea;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2accea;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(42, 204, 234, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(42, 204, 234, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2accea; background: linear-gradient(135deg, #2accea, #2A4CEA);