#0293cf
a dark, electric cyan · cool · closest name: steelblue
RGB
2, 147, 207
HSL
198°, 98%, 41%
CMYK
99, 29, 0, 19
Luminance
0.2539
Every format
| HEX | #0293cf |
| RGB | rgb(2, 147, 207) |
| HSL | hsl(198, 98%, 41%) |
| CMYK | cmyk(99%, 29%, 0%, 19%) |
| LAB | lab(57.5 -10.9 -39.8) |
| LCH | lch(57.5 41.3 254.7) |
| OKLCH | oklch(0.628 0.136 236.5) |
Copy-ready code
/* CSS */
color: #0293cf;
background-color: #0293cf;
/* Tailwind (arbitrary) */
class="text-[#0293cf] bg-[#0293cf]"
/* SCSS */
$brand: #0293cf;
/* SwiftUI */
Color(red: 0.008, green: 0.576, blue: 0.812)
/* Android */
Color.parseColor("#0293cf")Accessibility — WCAG contrast
Aa
#0293cf on white: 3.46:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#0293cf on black: 6.08:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.8%
Green57.6%
Blue81.2%
CMYK percentages
Cyan99.0%
Magenta29.0%
Yellow0.0%
Key (black)18.8%
Color previews
#0293cf text on a black background
contrast 6.08:1
Card sample
#0293cf text on a white background
contrast 3.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0293cf;
Background color
Panel with #0293cf background
background-color: #0293cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0293cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(2, 147, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(2, 147, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0293cf; background: linear-gradient(135deg, #0293cf, #020ACF);