#2c9cbf
a balanced, vivid cyan · cool · closest name: steelblue
RGB
44, 156, 191
HSL
194°, 63%, 46%
CMYK
77, 18, 0, 25
Luminance
0.2807
Every format
| HEX | #2c9cbf |
| RGB | rgb(44, 156, 191) |
| HSL | hsl(194, 63%, 46%) |
| CMYK | cmyk(77%, 18%, 0%, 25%) |
| LAB | lab(60.0 -18.9 -26.9) |
| LCH | lch(60.0 32.9 234.9) |
| OKLCH | oklch(0.647 0.109 223.8) |
Copy-ready code
/* CSS */
color: #2c9cbf;
background-color: #2c9cbf;
/* Tailwind (arbitrary) */
class="text-[#2c9cbf] bg-[#2c9cbf]"
/* SCSS */
$brand: #2c9cbf;
/* SwiftUI */
Color(red: 0.173, green: 0.612, blue: 0.749)
/* Android */
Color.parseColor("#2c9cbf")Accessibility — WCAG contrast
Aa
#2c9cbf on white: 3.17:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#2c9cbf on black: 6.61:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red17.3%
Green61.2%
Blue74.9%
CMYK percentages
Cyan77.0%
Magenta18.3%
Yellow0.0%
Key (black)25.1%
Color previews
#2c9cbf text on a black background
contrast 6.61:1
Card sample
#2c9cbf text on a white background
contrast 3.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2c9cbf;
Background color
Panel with #2c9cbf background
background-color: #2c9cbf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2c9cbf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(44, 156, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(44, 156, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2c9cbf; background: linear-gradient(135deg, #2c9cbf, #2C3ABF);