#44ccdf
a balanced, vivid cyan · cool · closest name: skyblue
RGB
68, 204, 223
HSL
187°, 71%, 57%
CMYK
70, 9, 0, 13
Luminance
0.4974
Every format
| HEX | #44ccdf |
| RGB | rgb(68, 204, 223) |
| HSL | hsl(187, 71%, 57%) |
| CMYK | cmyk(70%, 9%, 0%, 13%) |
| LAB | lab(75.9 -30.1 -20.1) |
| LCH | lch(75.9 36.2 213.7) |
| OKLCH | oklch(0.781 0.117 208.5) |
Copy-ready code
/* CSS */
color: #44ccdf;
background-color: #44ccdf;
/* Tailwind (arbitrary) */
class="text-[#44ccdf] bg-[#44ccdf]"
/* SCSS */
$brand: #44ccdf;
/* SwiftUI */
Color(red: 0.267, green: 0.800, blue: 0.875)
/* Android */
Color.parseColor("#44ccdf")Accessibility — WCAG contrast
Aa
#44ccdf on white: 1.92:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#44ccdf on black: 10.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red26.7%
Green80.0%
Blue87.5%
CMYK percentages
Cyan69.5%
Magenta8.5%
Yellow0.0%
Key (black)12.5%
Color previews
#44ccdf text on a black background
contrast 10.95:1
Card sample
#44ccdf text on a white background
contrast 1.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #44ccdf;
Background color
Panel with #44ccdf background
background-color: #44ccdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #44ccdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(68, 204, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(68, 204, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #44ccdf; background: linear-gradient(135deg, #44ccdf, #4465DF);