#2acfe7
a balanced, electric cyan · cool · closest name: skyblue
RGB
42, 207, 231
HSL
188°, 80%, 54%
CMYK
82, 10, 0, 9
Luminance
0.5089
Every format
| HEX | #2acfe7 |
| RGB | rgb(42, 207, 231) |
| HSL | hsl(188, 80%, 54%) |
| CMYK | cmyk(82%, 10%, 0%, 9%) |
| LAB | lab(76.6 -31.9 -23.3) |
| LCH | lch(76.6 39.5 216.2) |
| OKLCH | oklch(0.786 0.129 210.3) |
Copy-ready code
/* CSS */
color: #2acfe7;
background-color: #2acfe7;
/* Tailwind (arbitrary) */
class="text-[#2acfe7] bg-[#2acfe7]"
/* SCSS */
$brand: #2acfe7;
/* SwiftUI */
Color(red: 0.165, green: 0.812, blue: 0.906)
/* Android */
Color.parseColor("#2acfe7")Accessibility — WCAG contrast
Aa
#2acfe7 on white: 1.88:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2acfe7 on black: 11.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red16.5%
Green81.2%
Blue90.6%
CMYK percentages
Cyan81.8%
Magenta10.4%
Yellow0.0%
Key (black)9.4%
Color previews
#2acfe7 text on a black background
contrast 11.18:1
Card sample
#2acfe7 text on a white background
contrast 1.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2acfe7;
Background color
Panel with #2acfe7 background
background-color: #2acfe7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2acfe7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(42, 207, 231, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(42, 207, 231, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2acfe7; background: linear-gradient(135deg, #2acfe7, #2A51E7);