#2abce6
a balanced, electric cyan · cool · closest name: skyblue
RGB
42, 188, 230
HSL
193°, 79%, 53%
CMYK
82, 18, 0, 10
Luminance
0.4217
Every format
| HEX | #2abce6 |
| RGB | rgb(42, 188, 230) |
| HSL | hsl(193, 79%, 53%) |
| CMYK | cmyk(82%, 18%, 0%, 10%) |
| LAB | lab(71.0 -22.8 -31.4) |
| LCH | lch(71.0 38.8 234.1) |
| OKLCH | oklch(0.741 0.129 223.0) |
Copy-ready code
/* CSS */
color: #2abce6;
background-color: #2abce6;
/* Tailwind (arbitrary) */
class="text-[#2abce6] bg-[#2abce6]"
/* SCSS */
$brand: #2abce6;
/* SwiftUI */
Color(red: 0.165, green: 0.737, blue: 0.902)
/* Android */
Color.parseColor("#2abce6")Accessibility — WCAG contrast
Aa
#2abce6 on white: 2.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2abce6 on black: 9.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red16.5%
Green73.7%
Blue90.2%
CMYK percentages
Cyan81.7%
Magenta18.3%
Yellow0.0%
Key (black)9.8%
Color previews
#2abce6 text on a black background
contrast 9.43:1
Card sample
#2abce6 text on a white background
contrast 2.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2abce6;
Background color
Panel with #2abce6 background
background-color: #2abce6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2abce6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(42, 188, 230, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(42, 188, 230, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2abce6; background: linear-gradient(135deg, #2abce6, #2A3FE6);