#3395df
a balanced, vivid blue · cool · closest name: steelblue
RGB
51, 149, 223
HSL
206°, 73%, 54%
CMYK
77, 33, 0, 13
Luminance
0.2753
Every format
| HEX | #3395df |
| RGB | rgb(51, 149, 223) |
| HSL | hsl(206, 73%, 54%) |
| CMYK | cmyk(77%, 33%, 0%, 13%) |
| LAB | lab(59.5 -3.1 -45.6) |
| LCH | lch(59.5 45.7 266.1) |
| OKLCH | oklch(0.648 0.142 245.7) |
Copy-ready code
/* CSS */
color: #3395df;
background-color: #3395df;
/* Tailwind (arbitrary) */
class="text-[#3395df] bg-[#3395df]"
/* SCSS */
$brand: #3395df;
/* SwiftUI */
Color(red: 0.200, green: 0.584, blue: 0.875)
/* Android */
Color.parseColor("#3395df")Accessibility — WCAG contrast
Aa
#3395df on white: 3.23:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#3395df on black: 6.51:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.0%
Green58.4%
Blue87.5%
CMYK percentages
Cyan77.1%
Magenta33.2%
Yellow0.0%
Key (black)12.5%
Color previews
#3395df text on a black background
contrast 6.51:1
Card sample
#3395df text on a white background
contrast 3.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3395df;
Background color
Panel with #3395df background
background-color: #3395df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3395df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(51, 149, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(51, 149, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3395df; background: linear-gradient(135deg, #3395df, #4433DF);