#6396df
a balanced, vivid blue · cool · closest name: steelblue
RGB
99, 150, 223
HSL
215°, 66%, 63%
CMYK
56, 33, 0, 13
Luminance
0.2979
Every format
| HEX | #6396df |
| RGB | rgb(99, 150, 223) |
| HSL | hsl(215, 66%, 63%) |
| CMYK | cmyk(56%, 33%, 0%, 13%) |
| LAB | lab(61.5 4.1 -42.3) |
| LCH | lch(61.5 42.5 275.5) |
| OKLCH | oklch(0.669 0.122 257.4) |
Copy-ready code
/* CSS */
color: #6396df;
background-color: #6396df;
/* Tailwind (arbitrary) */
class="text-[#6396df] bg-[#6396df]"
/* SCSS */
$brand: #6396df;
/* SwiftUI */
Color(red: 0.388, green: 0.588, blue: 0.875)
/* Android */
Color.parseColor("#6396df")Accessibility — WCAG contrast
Aa
#6396df on white: 3.02:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#6396df on black: 6.96:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red38.8%
Green58.8%
Blue87.5%
CMYK percentages
Cyan55.6%
Magenta32.7%
Yellow0.0%
Key (black)12.5%
Color previews
#6396df text on a black background
contrast 6.96:1
Card sample
#6396df text on a white background
contrast 3.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6396df;
Background color
Panel with #6396df background
background-color: #6396df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6396df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(99, 150, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(99, 150, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6396df; background: linear-gradient(135deg, #6396df, #8263DF);