#319cdf
a balanced, vivid blue · cool · closest name: steelblue
RGB
49, 156, 223
HSL
203°, 73%, 53%
CMYK
78, 30, 0, 13
Luminance
0.2976
Every format
| HEX | #319cdf |
| RGB | rgb(49, 156, 223) |
| HSL | hsl(203, 73%, 53%) |
| CMYK | cmyk(78%, 30%, 0%, 13%) |
| LAB | lab(61.4 -7.3 -42.4) |
| LCH | lch(61.4 43.1 260.3) |
| OKLCH | oklch(0.664 0.137 241.4) |
Copy-ready code
/* CSS */
color: #319cdf;
background-color: #319cdf;
/* Tailwind (arbitrary) */
class="text-[#319cdf] bg-[#319cdf]"
/* SCSS */
$brand: #319cdf;
/* SwiftUI */
Color(red: 0.192, green: 0.612, blue: 0.875)
/* Android */
Color.parseColor("#319cdf")Accessibility — WCAG contrast
Aa
#319cdf on white: 3.02:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#319cdf on black: 6.95:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red19.2%
Green61.2%
Blue87.5%
CMYK percentages
Cyan78.0%
Magenta30.0%
Yellow0.0%
Key (black)12.5%
Color previews
#319cdf text on a black background
contrast 6.95:1
Card sample
#319cdf text on a white background
contrast 3.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #319cdf;
Background color
Panel with #319cdf background
background-color: #319cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #319cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(49, 156, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(49, 156, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #319cdf; background: linear-gradient(135deg, #319cdf, #3A31DF);