#2c87cf
a balanced, vivid blue · cool · closest name: steelblue
RGB
44, 135, 207
HSL
207°, 65%, 49%
CMYK
79, 35, 0, 19
Luminance
0.2237
Every format
| HEX | #2c87cf |
| RGB | rgb(44, 135, 207) |
| HSL | hsl(207, 65%, 49%) |
| CMYK | cmyk(79%, 35%, 0%, 19%) |
| LAB | lab(54.4 -1.4 -44.6) |
| LCH | lch(54.4 44.6 268.2) |
| OKLCH | oklch(0.605 0.138 247.0) |
Copy-ready code
/* CSS */
color: #2c87cf;
background-color: #2c87cf;
/* Tailwind (arbitrary) */
class="text-[#2c87cf] bg-[#2c87cf]"
/* SCSS */
$brand: #2c87cf;
/* SwiftUI */
Color(red: 0.173, green: 0.529, blue: 0.812)
/* Android */
Color.parseColor("#2c87cf")Accessibility — WCAG contrast
Aa
#2c87cf on white: 3.84:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#2c87cf on black: 5.47:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red17.3%
Green52.9%
Blue81.2%
CMYK percentages
Cyan78.7%
Magenta34.8%
Yellow0.0%
Key (black)18.8%
Color previews
#2c87cf text on a black background
contrast 5.47:1
Card sample
#2c87cf text on a white background
contrast 3.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2c87cf;
Background color
Panel with #2c87cf background
background-color: #2c87cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2c87cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(44, 135, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(44, 135, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2c87cf; background: linear-gradient(135deg, #2c87cf, #3E2CCF);