#2091df
a balanced, vivid blue · cool · closest name: steelblue
RGB
32, 145, 223
HSL
205°, 75%, 50%
CMYK
86, 35, 0, 13
Luminance
0.2589
Every format
| HEX | #2091df |
| RGB | rgb(32, 145, 223) |
| HSL | hsl(205, 75%, 50%) |
| CMYK | cmyk(86%, 35%, 0%, 13%) |
| LAB | lab(57.9 -2.5 -48.0) |
| LCH | lch(57.9 48.1 267.1) |
| OKLCH | oklch(0.635 0.150 245.4) |
Copy-ready code
/* CSS */
color: #2091df;
background-color: #2091df;
/* Tailwind (arbitrary) */
class="text-[#2091df] bg-[#2091df]"
/* SCSS */
$brand: #2091df;
/* SwiftUI */
Color(red: 0.125, green: 0.569, blue: 0.875)
/* Android */
Color.parseColor("#2091df")Accessibility — WCAG contrast
Aa
#2091df on white: 3.40:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#2091df on black: 6.18:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red12.5%
Green56.9%
Blue87.5%
CMYK percentages
Cyan85.7%
Magenta35.0%
Yellow0.0%
Key (black)12.5%
Color previews
#2091df text on a black background
contrast 6.18:1
Card sample
#2091df text on a white background
contrast 3.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2091df;
Background color
Panel with #2091df background
background-color: #2091df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2091df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(32, 145, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(32, 145, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2091df; background: linear-gradient(135deg, #2091df, #2E20DF);