#2abcdb
a balanced, vivid cyan · cool · closest name: skyblue
RGB
42, 188, 219
HSL
191°, 71%, 51%
CMYK
81, 14, 0, 14
Luminance
0.4157
Every format
| HEX | #2abcdb |
| RGB | rgb(42, 188, 219) |
| HSL | hsl(191, 71%, 51%) |
| CMYK | cmyk(81%, 14%, 0%, 14%) |
| LAB | lab(70.6 -26.4 -26.1) |
| LCH | lch(70.6 37.1 224.7) |
| OKLCH | oklch(0.736 0.123 216.4) |
Copy-ready code
/* CSS */
color: #2abcdb;
background-color: #2abcdb;
/* Tailwind (arbitrary) */
class="text-[#2abcdb] bg-[#2abcdb]"
/* SCSS */
$brand: #2abcdb;
/* SwiftUI */
Color(red: 0.165, green: 0.737, blue: 0.859)
/* Android */
Color.parseColor("#2abcdb")Accessibility — WCAG contrast
Aa
#2abcdb on white: 2.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2abcdb on black: 9.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red16.5%
Green73.7%
Blue85.9%
CMYK percentages
Cyan80.8%
Magenta14.2%
Yellow0.0%
Key (black)14.1%
Color previews
#2abcdb text on a black background
contrast 9.31:1
Card sample
#2abcdb text on a white background
contrast 2.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2abcdb;
Background color
Panel with #2abcdb background
background-color: #2abcdb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2abcdb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(42, 188, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(42, 188, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2abcdb; background: linear-gradient(135deg, #2abcdb, #2A46DB);