#2cccdb
a balanced, vivid cyan · cool · closest name: turquoise
RGB
44, 204, 219
HSL
185°, 71%, 52%
CMYK
80, 7, 0, 14
Luminance
0.4884
Every format
| HEX | #2cccdb |
| RGB | rgb(44, 204, 219) |
| HSL | hsl(185, 71%, 52%) |
| CMYK | cmyk(80%, 7%, 0%, 14%) |
| LAB | lab(75.3 -34.0 -18.8) |
| LCH | lch(75.3 38.8 209.0) |
| OKLCH | oklch(0.774 0.124 204.8) |
Copy-ready code
/* CSS */
color: #2cccdb;
background-color: #2cccdb;
/* Tailwind (arbitrary) */
class="text-[#2cccdb] bg-[#2cccdb]"
/* SCSS */
$brand: #2cccdb;
/* SwiftUI */
Color(red: 0.173, green: 0.800, blue: 0.859)
/* Android */
Color.parseColor("#2cccdb")Accessibility — WCAG contrast
Aa
#2cccdb on white: 1.95:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2cccdb on black: 10.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red17.3%
Green80.0%
Blue85.9%
CMYK percentages
Cyan79.9%
Magenta6.8%
Yellow0.0%
Key (black)14.1%
Color previews
#2cccdb text on a black background
contrast 10.77:1
Card sample
#2cccdb text on a white background
contrast 1.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2cccdb;
Background color
Panel with #2cccdb background
background-color: #2cccdb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2cccdb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(44, 204, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(44, 204, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2cccdb; background: linear-gradient(135deg, #2cccdb, #2C58DB);