#0280cf
a dark, electric blue · cool · closest name: steelblue
RGB
2, 128, 207
HSL
203°, 98%, 41%
CMYK
99, 38, 0, 19
Luminance
0.1996
Every format
| HEX | #0280cf |
| RGB | rgb(2, 128, 207) |
| HSL | hsl(203, 98%, 41%) |
| CMYK | cmyk(99%, 38%, 0%, 19%) |
| LAB | lab(51.8 0.2 -48.8) |
| LCH | lch(51.8 48.8 270.2) |
| OKLCH | oklch(0.583 0.152 246.7) |
Copy-ready code
/* CSS */
color: #0280cf;
background-color: #0280cf;
/* Tailwind (arbitrary) */
class="text-[#0280cf] bg-[#0280cf]"
/* SCSS */
$brand: #0280cf;
/* SwiftUI */
Color(red: 0.008, green: 0.502, blue: 0.812)
/* Android */
Color.parseColor("#0280cf")Accessibility — WCAG contrast
Aa
#0280cf on white: 4.21:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#0280cf on black: 4.99:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.8%
Green50.2%
Blue81.2%
CMYK percentages
Cyan99.0%
Magenta38.2%
Yellow0.0%
Key (black)18.8%
Color previews
#0280cf text on a black background
contrast 4.99:1
Card sample
#0280cf text on a white background
contrast 4.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0280cf;
Background color
Panel with #0280cf background
background-color: #0280cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0280cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(2, 128, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(2, 128, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0280cf; background: linear-gradient(135deg, #0280cf, #0D02CF);