#44aacc
a balanced, vivid cyan · cool · closest name: skyblue
RGB
68, 170, 204
HSL
195°, 57%, 53%
CMYK
67, 17, 0, 20
Luminance
0.3434
Every format
| HEX | #44aacc |
| RGB | rgb(68, 170, 204) |
| HSL | hsl(195, 57%, 53%) |
| CMYK | cmyk(67%, 17%, 0%, 20%) |
| LAB | lab(65.2 -18.8 -26.0) |
| LCH | lch(65.2 32.1 234.1) |
| OKLCH | oklch(0.693 0.105 223.6) |
Copy-ready code
/* CSS */
color: #44aacc;
background-color: #44aacc;
/* Tailwind (arbitrary) */
class="text-[#44aacc] bg-[#44aacc]"
/* SCSS */
$brand: #44aacc;
/* SwiftUI */
Color(red: 0.267, green: 0.667, blue: 0.800)
/* Android */
Color.parseColor("#44aacc")Accessibility — WCAG contrast
Aa
#44aacc on white: 2.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#44aacc on black: 7.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red26.7%
Green66.7%
Blue80.0%
CMYK percentages
Cyan66.7%
Magenta16.7%
Yellow0.0%
Key (black)20.0%
Color previews
#44aacc text on a black background
contrast 7.87:1
Card sample
#44aacc text on a white background
contrast 2.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #44aacc;
Background color
Panel with #44aacc background
background-color: #44aacc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #44aacc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(68, 170, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(68, 170, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #44aacc; background: linear-gradient(135deg, #44aacc, #444FCC);