#2793df
a balanced, vivid blue · cool · closest name: steelblue
RGB
39, 147, 223
HSL
205°, 74%, 51%
CMYK
83, 34, 0, 13
Luminance
0.2663
Every format
| HEX | #2793df |
| RGB | rgb(39, 147, 223) |
| HSL | hsl(205, 74%, 51%) |
| CMYK | cmyk(83%, 34%, 0%, 13%) |
| LAB | lab(58.6 -3.1 -46.9) |
| LCH | lch(58.6 47.0 266.2) |
| OKLCH | oklch(0.641 0.147 245.1) |
Copy-ready code
/* CSS */
color: #2793df;
background-color: #2793df;
/* Tailwind (arbitrary) */
class="text-[#2793df] bg-[#2793df]"
/* SCSS */
$brand: #2793df;
/* SwiftUI */
Color(red: 0.153, green: 0.576, blue: 0.875)
/* Android */
Color.parseColor("#2793df")Accessibility — WCAG contrast
Aa
#2793df on white: 3.32:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#2793df on black: 6.33:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red15.3%
Green57.6%
Blue87.5%
CMYK percentages
Cyan82.5%
Magenta34.1%
Yellow0.0%
Key (black)12.5%
Color previews
#2793df text on a black background
contrast 6.33:1
Card sample
#2793df text on a white background
contrast 3.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2793df;
Background color
Panel with #2793df background
background-color: #2793df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2793df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(39, 147, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(39, 147, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2793df; background: linear-gradient(135deg, #2793df, #3627DF);