#2ab8ea
a balanced, electric cyan · cool · closest name: skyblue
RGB
42, 184, 234
HSL
196°, 82%, 54%
CMYK
82, 21, 0, 8
Luminance
0.4071
Every format
| HEX | #2ab8ea |
| RGB | rgb(42, 184, 234) |
| HSL | hsl(196, 82%, 54%) |
| CMYK | cmyk(82%, 21%, 0%, 8%) |
| LAB | lab(70.0 -19.4 -35.2) |
| LCH | lch(70.0 40.1 241.2) |
| OKLCH | oklch(0.733 0.133 227.9) |
Copy-ready code
/* CSS */
color: #2ab8ea;
background-color: #2ab8ea;
/* Tailwind (arbitrary) */
class="text-[#2ab8ea] bg-[#2ab8ea]"
/* SCSS */
$brand: #2ab8ea;
/* SwiftUI */
Color(red: 0.165, green: 0.722, blue: 0.918)
/* Android */
Color.parseColor("#2ab8ea")Accessibility — WCAG contrast
Aa
#2ab8ea on white: 2.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2ab8ea on black: 9.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red16.5%
Green72.2%
Blue91.8%
CMYK percentages
Cyan82.1%
Magenta21.4%
Yellow0.0%
Key (black)8.2%
Color previews
#2ab8ea text on a black background
contrast 9.14:1
Card sample
#2ab8ea text on a white background
contrast 2.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2ab8ea;
Background color
Panel with #2ab8ea background
background-color: #2ab8ea;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2ab8ea;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(42, 184, 234, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(42, 184, 234, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2ab8ea; background: linear-gradient(135deg, #2ab8ea, #2A38EA);