#2c8ffc
a balanced, electric blue · cool · “dodgerblue”
RGB
44, 143, 252
HSL
211°, 97%, 58%
CMYK
83, 43, 0, 1
Luminance
0.2721
Every format
| HEX | #2c8ffc |
| RGB | rgb(44, 143, 252) |
| HSL | hsl(211, 97%, 58%) |
| CMYK | cmyk(83%, 43%, 0%, 1%) |
| LAB | lab(59.2 10.4 -62.1) |
| LCH | lch(59.2 62.9 279.5) |
| OKLCH | oklch(0.650 0.185 254.4) |
Copy-ready code
/* CSS */
color: #2c8ffc;
background-color: #2c8ffc;
/* Tailwind (arbitrary) */
class="text-[#2c8ffc] bg-[#2c8ffc]"
/* SCSS */
$brand: #2c8ffc;
/* SwiftUI */
Color(red: 0.173, green: 0.561, blue: 0.988)
/* Android */
Color.parseColor("#2c8ffc")Accessibility — WCAG contrast
Aa
#2c8ffc on white: 3.26:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#2c8ffc on black: 6.44:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red17.3%
Green56.1%
Blue98.8%
CMYK percentages
Cyan82.5%
Magenta43.3%
Yellow0.0%
Key (black)1.2%
Color previews
#2c8ffc text on a black background
contrast 6.44:1
Card sample
#2c8ffc text on a white background
contrast 3.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2c8ffc;
Background color
Panel with #2c8ffc background
background-color: #2c8ffc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2c8ffc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(44, 143, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(44, 143, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2c8ffc; background: linear-gradient(135deg, #2c8ffc, #532CFC);