#2acff0
a balanced, electric cyan · cool · closest name: skyblue
RGB
42, 207, 240
HSL
190°, 87%, 55%
CMYK
83, 14, 0, 6
Luminance
0.5141
Every format
| HEX | #2acff0 |
| RGB | rgb(42, 207, 240) |
| HSL | hsl(190, 87%, 55%) |
| CMYK | cmyk(83%, 14%, 0%, 6%) |
| LAB | lab(76.9 -29.0 -27.7) |
| LCH | lch(76.9 40.1 223.6) |
| OKLCH | oklch(0.789 0.133 215.7) |
Copy-ready code
/* CSS */
color: #2acff0;
background-color: #2acff0;
/* Tailwind (arbitrary) */
class="text-[#2acff0] bg-[#2acff0]"
/* SCSS */
$brand: #2acff0;
/* SwiftUI */
Color(red: 0.165, green: 0.812, blue: 0.941)
/* Android */
Color.parseColor("#2acff0")Accessibility — WCAG contrast
Aa
#2acff0 on white: 1.86:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2acff0 on black: 11.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red16.5%
Green81.2%
Blue94.1%
CMYK percentages
Cyan82.5%
Magenta13.7%
Yellow0.0%
Key (black)5.9%
Color previews
#2acff0 text on a black background
contrast 11.28:1
Card sample
#2acff0 text on a white background
contrast 1.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2acff0;
Background color
Panel with #2acff0 background
background-color: #2acff0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2acff0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(42, 207, 240, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(42, 207, 240, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2acff0; background: linear-gradient(135deg, #2acff0, #2A4BF0);