#2abfff
a balanced, electric cyan · cool · closest name: skyblue
RGB
42, 191, 255
HSL
198°, 100%, 58%
CMYK
84, 25, 0, 0
Luminance
0.4497
Every format
| HEX | #2abfff |
| RGB | rgb(42, 191, 255) |
| HSL | hsl(198, 100%, 58%) |
| CMYK | cmyk(84%, 25%, 0%, 0%) |
| LAB | lab(72.9 -15.9 -42.0) |
| LCH | lch(72.9 44.9 249.2) |
| OKLCH | oklch(0.759 0.148 233.3) |
Copy-ready code
/* CSS */
color: #2abfff;
background-color: #2abfff;
/* Tailwind (arbitrary) */
class="text-[#2abfff] bg-[#2abfff]"
/* SCSS */
$brand: #2abfff;
/* SwiftUI */
Color(red: 0.165, green: 0.749, blue: 1.000)
/* Android */
Color.parseColor("#2abfff")Accessibility — WCAG contrast
Aa
#2abfff on white: 2.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2abfff on black: 9.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red16.5%
Green74.9%
Blue100.0%
CMYK percentages
Cyan83.5%
Magenta25.1%
Yellow0.0%
Key (black)0.0%
Color previews
#2abfff text on a black background
contrast 9.99:1
Card sample
#2abfff text on a white background
contrast 2.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2abfff;
Background color
Panel with #2abfff background
background-color: #2abfff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2abfff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(42, 191, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(42, 191, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2abfff; background: linear-gradient(135deg, #2abfff, #2A31FF);