#44cfdf
a balanced, vivid cyan · cool · closest name: skyblue
RGB
68, 207, 223
HSL
186°, 71%, 57%
CMYK
70, 7, 0, 13
Luminance
0.5118
Every format
| HEX | #44cfdf |
| RGB | rgb(68, 207, 223) |
| HSL | hsl(186, 71%, 57%) |
| CMYK | cmyk(70%, 7%, 0%, 13%) |
| LAB | lab(76.8 -31.6 -18.7) |
| LCH | lch(76.8 36.7 210.7) |
| OKLCH | oklch(0.788 0.118 206.2) |
Copy-ready code
/* CSS */
color: #44cfdf;
background-color: #44cfdf;
/* Tailwind (arbitrary) */
class="text-[#44cfdf] bg-[#44cfdf]"
/* SCSS */
$brand: #44cfdf;
/* SwiftUI */
Color(red: 0.267, green: 0.812, blue: 0.875)
/* Android */
Color.parseColor("#44cfdf")Accessibility — WCAG contrast
Aa
#44cfdf on white: 1.87:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#44cfdf on black: 11.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red26.7%
Green81.2%
Blue87.5%
CMYK percentages
Cyan69.5%
Magenta7.2%
Yellow0.0%
Key (black)12.5%
Color previews
#44cfdf text on a black background
contrast 11.24:1
Card sample
#44cfdf text on a white background
contrast 1.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #44cfdf;
Background color
Panel with #44cfdf background
background-color: #44cfdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #44cfdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(68, 207, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(68, 207, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #44cfdf; background: linear-gradient(135deg, #44cfdf, #4468DF);