#0398e2
a dark, electric cyan · cool · closest name: steelblue
RGB
3, 152, 226
HSL
200°, 97%, 45%
CMYK
99, 33, 0, 11
Luminance
0.2797
Every format
| HEX | #0398e2 |
| RGB | rgb(3, 152, 226) |
| HSL | hsl(200, 97%, 45%) |
| CMYK | cmyk(99%, 33%, 0%, 11%) |
| LAB | lab(59.9 -6.7 -46.6) |
| LCH | lch(59.9 47.1 261.9) |
| OKLCH | oklch(0.650 0.151 241.2) |
Copy-ready code
/* CSS */
color: #0398e2;
background-color: #0398e2;
/* Tailwind (arbitrary) */
class="text-[#0398e2] bg-[#0398e2]"
/* SCSS */
$brand: #0398e2;
/* SwiftUI */
Color(red: 0.012, green: 0.596, blue: 0.886)
/* Android */
Color.parseColor("#0398e2")Accessibility — WCAG contrast
Aa
#0398e2 on white: 3.19:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#0398e2 on black: 6.59:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red1.2%
Green59.6%
Blue88.6%
CMYK percentages
Cyan98.7%
Magenta32.7%
Yellow0.0%
Key (black)11.4%
Color previews
#0398e2 text on a black background
contrast 6.59:1
Card sample
#0398e2 text on a white background
contrast 3.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0398e2;
Background color
Panel with #0398e2 background
background-color: #0398e2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0398e2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(3, 152, 226, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(3, 152, 226, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0398e2; background: linear-gradient(135deg, #0398e2, #0303E2);