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