#2cc8db
a balanced, vivid cyan · cool · closest name: skyblue
RGB
44, 200, 219
HSL
187°, 71%, 52%
CMYK
80, 9, 0, 14
Luminance
0.4696
Every format
| HEX | #2cc8db |
| RGB | rgb(44, 200, 219) |
| HSL | hsl(187, 71%, 52%) |
| CMYK | cmyk(80%, 9%, 0%, 14%) |
| LAB | lab(74.2 -32.0 -20.6) |
| LCH | lch(74.2 38.1 212.7) |
| OKLCH | oklch(0.765 0.123 207.7) |
Copy-ready code
/* CSS */
color: #2cc8db;
background-color: #2cc8db;
/* Tailwind (arbitrary) */
class="text-[#2cc8db] bg-[#2cc8db]"
/* SCSS */
$brand: #2cc8db;
/* SwiftUI */
Color(red: 0.173, green: 0.784, blue: 0.859)
/* Android */
Color.parseColor("#2cc8db")Accessibility — WCAG contrast
Aa
#2cc8db on white: 2.02:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2cc8db on black: 10.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red17.3%
Green78.4%
Blue85.9%
CMYK percentages
Cyan79.9%
Magenta8.7%
Yellow0.0%
Key (black)14.1%
Color previews
#2cc8db text on a black background
contrast 10.39:1
Card sample
#2cc8db text on a white background
contrast 2.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2cc8db;
Background color
Panel with #2cc8db background
background-color: #2cc8db;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2cc8db;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(44, 200, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(44, 200, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2cc8db; background: linear-gradient(135deg, #2cc8db, #2C53DB);