#44bcdf
a balanced, vivid cyan · cool · closest name: skyblue
RGB
68, 188, 223
HSL
194°, 71%, 57%
CMYK
70, 16, 0, 13
Luminance
0.4252
Every format
| HEX | #44bcdf |
| RGB | rgb(68, 188, 223) |
| HSL | hsl(194, 71%, 57%) |
| CMYK | cmyk(70%, 16%, 0%, 13%) |
| LAB | lab(71.2 -22.2 -27.2) |
| LCH | lch(71.2 35.1 230.8) |
| OKLCH | oklch(0.743 0.116 221.1) |
Copy-ready code
/* CSS */
color: #44bcdf;
background-color: #44bcdf;
/* Tailwind (arbitrary) */
class="text-[#44bcdf] bg-[#44bcdf]"
/* SCSS */
$brand: #44bcdf;
/* SwiftUI */
Color(red: 0.267, green: 0.737, blue: 0.875)
/* Android */
Color.parseColor("#44bcdf")Accessibility — WCAG contrast
Aa
#44bcdf on white: 2.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#44bcdf on black: 9.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red26.7%
Green73.7%
Blue87.5%
CMYK percentages
Cyan69.5%
Magenta15.7%
Yellow0.0%
Key (black)12.5%
Color previews
#44bcdf text on a black background
contrast 9.50:1
Card sample
#44bcdf text on a white background
contrast 2.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #44bcdf;
Background color
Panel with #44bcdf background
background-color: #44bcdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #44bcdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(68, 188, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(68, 188, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #44bcdf; background: linear-gradient(135deg, #44bcdf, #4455DF);