#2c8fac
a dark, vivid cyan · cool · closest name: steelblue
RGB
44, 143, 172
HSL
194°, 59%, 42%
CMYK
74, 17, 0, 33
Luminance
0.2316
Every format
| HEX | #2c8fac |
| RGB | rgb(44, 143, 172) |
| HSL | hsl(194, 59%, 42%) |
| CMYK | cmyk(74%, 17%, 0%, 33%) |
| LAB | lab(55.2 -18.3 -23.4) |
| LCH | lch(55.2 29.7 231.9) |
| OKLCH | oklch(0.607 0.098 221.8) |
Copy-ready code
/* CSS */
color: #2c8fac;
background-color: #2c8fac;
/* Tailwind (arbitrary) */
class="text-[#2c8fac] bg-[#2c8fac]"
/* SCSS */
$brand: #2c8fac;
/* SwiftUI */
Color(red: 0.173, green: 0.561, blue: 0.675)
/* Android */
Color.parseColor("#2c8fac")Accessibility — WCAG contrast
Aa
#2c8fac on white: 3.73:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#2c8fac on black: 5.63:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red17.3%
Green56.1%
Blue67.5%
CMYK percentages
Cyan74.4%
Magenta16.9%
Yellow0.0%
Key (black)32.5%
Color previews
#2c8fac text on a black background
contrast 5.63:1
Card sample
#2c8fac text on a white background
contrast 3.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2c8fac;
Background color
Panel with #2c8fac background
background-color: #2c8fac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2c8fac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(44, 143, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(44, 143, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2c8fac; background: linear-gradient(135deg, #2c8fac, #2C3AAC);