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