#2ab3cf
a balanced, vivid cyan · cool · closest name: skyblue
RGB
42, 179, 207
HSL
190°, 66%, 49%
CMYK
80, 14, 0, 19
Luminance
0.3724
Every format
| HEX | #2ab3cf |
| RGB | rgb(42, 179, 207) |
| HSL | hsl(190, 66%, 49%) |
| CMYK | cmyk(80%, 14%, 0%, 19%) |
| LAB | lab(67.5 -25.7 -24.3) |
| LCH | lch(67.5 35.4 223.4) |
| OKLCH | oklch(0.709 0.117 215.5) |
Copy-ready code
/* CSS */
color: #2ab3cf;
background-color: #2ab3cf;
/* Tailwind (arbitrary) */
class="text-[#2ab3cf] bg-[#2ab3cf]"
/* SCSS */
$brand: #2ab3cf;
/* SwiftUI */
Color(red: 0.165, green: 0.702, blue: 0.812)
/* Android */
Color.parseColor("#2ab3cf")Accessibility — WCAG contrast
Aa
#2ab3cf on white: 2.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2ab3cf on black: 8.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red16.5%
Green70.2%
Blue81.2%
CMYK percentages
Cyan79.7%
Magenta13.5%
Yellow0.0%
Key (black)18.8%
Color previews
#2ab3cf text on a black background
contrast 8.45:1
Card sample
#2ab3cf text on a white background
contrast 2.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2ab3cf;
Background color
Panel with #2ab3cf background
background-color: #2ab3cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2ab3cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(42, 179, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(42, 179, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2ab3cf; background: linear-gradient(135deg, #2ab3cf, #2A45CF);