#0398ee
a balanced, electric blue · cool · closest name: dodgerblue
RGB
3, 152, 238
HSL
202°, 98%, 47%
CMYK
99, 36, 0, 7
Luminance
0.2865
Every format
| HEX | #0398ee |
| RGB | rgb(3, 152, 238) |
| HSL | hsl(202, 98%, 47%) |
| CMYK | cmyk(99%, 36%, 0%, 7%) |
| LAB | lab(60.5 -2.2 -52.3) |
| LCH | lch(60.5 52.4 267.6) |
| OKLCH | oklch(0.657 0.165 245.0) |
Copy-ready code
/* CSS */
color: #0398ee;
background-color: #0398ee;
/* Tailwind (arbitrary) */
class="text-[#0398ee] bg-[#0398ee]"
/* SCSS */
$brand: #0398ee;
/* SwiftUI */
Color(red: 0.012, green: 0.596, blue: 0.933)
/* Android */
Color.parseColor("#0398ee")Accessibility — WCAG contrast
Aa
#0398ee on white: 3.12:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#0398ee on black: 6.73:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red1.2%
Green59.6%
Blue93.3%
CMYK percentages
Cyan98.7%
Magenta36.1%
Yellow0.0%
Key (black)6.7%
Color previews
#0398ee text on a black background
contrast 6.73:1
Card sample
#0398ee text on a white background
contrast 3.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0398ee;
Background color
Panel with #0398ee background
background-color: #0398ee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0398ee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(3, 152, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(3, 152, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0398ee; background: linear-gradient(135deg, #0398ee, #0B03EE);