#2abbe3
a balanced, electric cyan · cool · closest name: skyblue
RGB
42, 187, 227
HSL
193°, 77%, 53%
CMYK
82, 18, 0, 11
Luminance
0.4158
Every format
| HEX | #2abbe3 |
| RGB | rgb(42, 187, 227) |
| HSL | hsl(193, 77%, 53%) |
| CMYK | cmyk(82%, 18%, 0%, 11%) |
| LAB | lab(70.6 -23.2 -30.4) |
| LCH | lch(70.6 38.3 232.6) |
| OKLCH | oklch(0.737 0.128 222.0) |
Copy-ready code
/* CSS */
color: #2abbe3;
background-color: #2abbe3;
/* Tailwind (arbitrary) */
class="text-[#2abbe3] bg-[#2abbe3]"
/* SCSS */
$brand: #2abbe3;
/* SwiftUI */
Color(red: 0.165, green: 0.733, blue: 0.890)
/* Android */
Color.parseColor("#2abbe3")Accessibility — WCAG contrast
Aa
#2abbe3 on white: 2.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2abbe3 on black: 9.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red16.5%
Green73.3%
Blue89.0%
CMYK percentages
Cyan81.5%
Magenta17.6%
Yellow0.0%
Key (black)11.0%
Color previews
#2abbe3 text on a black background
contrast 9.32:1
Card sample
#2abbe3 text on a white background
contrast 2.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2abbe3;
Background color
Panel with #2abbe3 background
background-color: #2abbe3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2abbe3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(42, 187, 227, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(42, 187, 227, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2abbe3; background: linear-gradient(135deg, #2abbe3, #2A3FE3);