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