#2cc5db
a balanced, vivid cyan · cool · closest name: skyblue
RGB
44, 197, 219
HSL
188°, 71%, 52%
CMYK
80, 10, 0, 14
Luminance
0.4558
Every format
| HEX | #2cc5db |
| RGB | rgb(44, 197, 219) |
| HSL | hsl(188, 71%, 52%) |
| CMYK | cmyk(80%, 10%, 0%, 14%) |
| LAB | lab(73.3 -30.6 -21.9) |
| LCH | lch(73.3 37.6 215.6) |
| OKLCH | oklch(0.758 0.123 209.9) |
Copy-ready code
/* CSS */
color: #2cc5db;
background-color: #2cc5db;
/* Tailwind (arbitrary) */
class="text-[#2cc5db] bg-[#2cc5db]"
/* SCSS */
$brand: #2cc5db;
/* SwiftUI */
Color(red: 0.173, green: 0.773, blue: 0.859)
/* Android */
Color.parseColor("#2cc5db")Accessibility — WCAG contrast
Aa
#2cc5db on white: 2.08:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2cc5db on black: 10.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red17.3%
Green77.3%
Blue85.9%
CMYK percentages
Cyan79.9%
Magenta10.0%
Yellow0.0%
Key (black)14.1%
Color previews
#2cc5db text on a black background
contrast 10.12:1
Card sample
#2cc5db text on a white background
contrast 2.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2cc5db;
Background color
Panel with #2cc5db background
background-color: #2cc5db;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2cc5db;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(44, 197, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(44, 197, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2cc5db; background: linear-gradient(135deg, #2cc5db, #2C51DB);