#2abcfc
a balanced, electric cyan · cool · closest name: skyblue
RGB
42, 188, 252
HSL
198°, 97%, 58%
CMYK
83, 25, 0, 1
Luminance
0.4349
Every format
| HEX | #2abcfc |
| RGB | rgb(42, 188, 252) |
| HSL | hsl(198, 97%, 58%) |
| CMYK | cmyk(83%, 25%, 0%, 1%) |
| LAB | lab(71.9 -15.4 -41.9) |
| LCH | lch(71.9 44.7 249.9) |
| OKLCH | oklch(0.751 0.147 233.8) |
Copy-ready code
/* CSS */
color: #2abcfc;
background-color: #2abcfc;
/* Tailwind (arbitrary) */
class="text-[#2abcfc] bg-[#2abcfc]"
/* SCSS */
$brand: #2abcfc;
/* SwiftUI */
Color(red: 0.165, green: 0.737, blue: 0.988)
/* Android */
Color.parseColor("#2abcfc")Accessibility — WCAG contrast
Aa
#2abcfc on white: 2.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2abcfc on black: 9.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red16.5%
Green73.7%
Blue98.8%
CMYK percentages
Cyan83.3%
Magenta25.4%
Yellow0.0%
Key (black)1.2%
Color previews
#2abcfc text on a black background
contrast 9.70:1
Card sample
#2abcfc text on a white background
contrast 2.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2abcfc;
Background color
Panel with #2abcfc background
background-color: #2abcfc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2abcfc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(42, 188, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(42, 188, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2abcfc; background: linear-gradient(135deg, #2abcfc, #2A30FC);