#2abedf
a balanced, vivid cyan · cool · closest name: skyblue
RGB
42, 190, 223
HSL
191°, 74%, 52%
CMYK
81, 15, 0, 13
Luminance
0.4265
Every format
| HEX | #2abedf |
| RGB | rgb(42, 190, 223) |
| HSL | hsl(191, 74%, 52%) |
| CMYK | cmyk(81%, 15%, 0%, 13%) |
| LAB | lab(71.3 -26.1 -27.1) |
| LCH | lch(71.3 37.6 226.1) |
| OKLCH | oklch(0.742 0.125 217.4) |
Copy-ready code
/* CSS */
color: #2abedf;
background-color: #2abedf;
/* Tailwind (arbitrary) */
class="text-[#2abedf] bg-[#2abedf]"
/* SCSS */
$brand: #2abedf;
/* SwiftUI */
Color(red: 0.165, green: 0.745, blue: 0.875)
/* Android */
Color.parseColor("#2abedf")Accessibility — WCAG contrast
Aa
#2abedf on white: 2.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2abedf on black: 9.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red16.5%
Green74.5%
Blue87.5%
CMYK percentages
Cyan81.2%
Magenta14.8%
Yellow0.0%
Key (black)12.5%
Color previews
#2abedf text on a black background
contrast 9.53:1
Card sample
#2abedf text on a white background
contrast 2.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2abedf;
Background color
Panel with #2abedf background
background-color: #2abedf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2abedf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(42, 190, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(42, 190, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2abedf; background: linear-gradient(135deg, #2abedf, #2A46DF);