#2abbea
a balanced, electric cyan · cool · closest name: skyblue
RGB
42, 187, 234
HSL
195°, 82%, 54%
CMYK
82, 20, 0, 8
Luminance
0.4197
Every format
| HEX | #2abbea |
| RGB | rgb(42, 187, 234) |
| HSL | hsl(195, 82%, 54%) |
| CMYK | cmyk(82%, 20%, 0%, 8%) |
| LAB | lab(70.8 -20.9 -33.8) |
| LCH | lch(70.8 39.8 238.2) |
| OKLCH | oklch(0.740 0.132 225.9) |
Copy-ready code
/* CSS */
color: #2abbea;
background-color: #2abbea;
/* Tailwind (arbitrary) */
class="text-[#2abbea] bg-[#2abbea]"
/* SCSS */
$brand: #2abbea;
/* SwiftUI */
Color(red: 0.165, green: 0.733, blue: 0.918)
/* Android */
Color.parseColor("#2abbea")Accessibility — WCAG contrast
Aa
#2abbea on white: 2.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2abbea on black: 9.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red16.5%
Green73.3%
Blue91.8%
CMYK percentages
Cyan82.1%
Magenta20.1%
Yellow0.0%
Key (black)8.2%
Color previews
#2abbea text on a black background
contrast 9.39:1
Card sample
#2abbea text on a white background
contrast 2.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2abbea;
Background color
Panel with #2abbea background
background-color: #2abbea;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2abbea;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(42, 187, 234, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(42, 187, 234, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2abbea; background: linear-gradient(135deg, #2abbea, #2A3BEA);