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