#44a2cf
a balanced, vivid cyan · cool · closest name: steelblue
RGB
68, 162, 207
HSL
199°, 59%, 54%
CMYK
67, 22, 0, 19
Luminance
0.3157
Every format
| HEX | #44a2cf |
| RGB | rgb(68, 162, 207) |
| HSL | hsl(199, 59%, 54%) |
| CMYK | cmyk(67%, 22%, 0%, 19%) |
| LAB | lab(63.0 -13.6 -31.1) |
| LCH | lch(63.0 33.9 246.4) |
| OKLCH | oklch(0.675 0.110 232.5) |
Copy-ready code
/* CSS */
color: #44a2cf;
background-color: #44a2cf;
/* Tailwind (arbitrary) */
class="text-[#44a2cf] bg-[#44a2cf]"
/* SCSS */
$brand: #44a2cf;
/* SwiftUI */
Color(red: 0.267, green: 0.635, blue: 0.812)
/* Android */
Color.parseColor("#44a2cf")Accessibility — WCAG contrast
Aa
#44a2cf on white: 2.87:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#44a2cf on black: 7.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red26.7%
Green63.5%
Blue81.2%
CMYK percentages
Cyan67.1%
Magenta21.7%
Yellow0.0%
Key (black)18.8%
Color previews
#44a2cf text on a black background
contrast 7.31:1
Card sample
#44a2cf text on a white background
contrast 2.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #44a2cf;
Background color
Panel with #44a2cf background
background-color: #44a2cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #44a2cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(68, 162, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(68, 162, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #44a2cf; background: linear-gradient(135deg, #44a2cf, #4445CF);