#2ca2db
a balanced, vivid cyan · cool · closest name: steelblue
RGB
44, 162, 219
HSL
200°, 71%, 52%
CMYK
80, 26, 0, 14
Luminance
0.3149
Every format
| HEX | #2ca2db |
| RGB | rgb(44, 162, 219) |
| HSL | hsl(200, 71%, 52%) |
| CMYK | cmyk(80%, 26%, 0%, 14%) |
| LAB | lab(62.9 -12.5 -37.9) |
| LCH | lch(62.9 39.9 251.7) |
| OKLCH | oklch(0.674 0.130 235.3) |
Copy-ready code
/* CSS */
color: #2ca2db;
background-color: #2ca2db;
/* Tailwind (arbitrary) */
class="text-[#2ca2db] bg-[#2ca2db]"
/* SCSS */
$brand: #2ca2db;
/* SwiftUI */
Color(red: 0.173, green: 0.635, blue: 0.859)
/* Android */
Color.parseColor("#2ca2db")Accessibility — WCAG contrast
Aa
#2ca2db on white: 2.88:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2ca2db on black: 7.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red17.3%
Green63.5%
Blue85.9%
CMYK percentages
Cyan79.9%
Magenta26.0%
Yellow0.0%
Key (black)14.1%
Color previews
#2ca2db text on a black background
contrast 7.30:1
Card sample
#2ca2db text on a white background
contrast 2.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2ca2db;
Background color
Panel with #2ca2db background
background-color: #2ca2db;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2ca2db;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(44, 162, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(44, 162, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2ca2db; background: linear-gradient(135deg, #2ca2db, #2C2EDB);