#175bfd
a balanced, electric blue · cool · closest name: royalblue
RGB
23, 91, 253
HSL
222°, 98%, 54%
CMYK
91, 64, 0, 1
Luminance
0.1476
Every format
| HEX | #175bfd |
| RGB | rgb(23, 91, 253) |
| HSL | hsl(222, 98%, 54%) |
| CMYK | cmyk(91%, 64%, 0%, 1%) |
| LAB | lab(45.3 41.9 -85.2) |
| LCH | lch(45.3 94.9 296.2) |
| OKLCH | oklch(0.544 0.249 263.3) |
Copy-ready code
/* CSS */
color: #175bfd;
background-color: #175bfd;
/* Tailwind (arbitrary) */
class="text-[#175bfd] bg-[#175bfd]"
/* SCSS */
$brand: #175bfd;
/* SwiftUI */
Color(red: 0.090, green: 0.357, blue: 0.992)
/* Android */
Color.parseColor("#175bfd")Accessibility — WCAG contrast
Aa
#175bfd on white: 5.31:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#175bfd on black: 3.95:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red9.0%
Green35.7%
Blue99.2%
CMYK percentages
Cyan90.9%
Magenta64.0%
Yellow0.0%
Key (black)0.8%
Color previews
#175bfd text on a black background
contrast 3.95:1
Card sample
#175bfd text on a white background
contrast 5.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #175bfd;
Background color
Panel with #175bfd background
background-color: #175bfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #175bfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(23, 91, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(23, 91, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #175bfd; background: linear-gradient(135deg, #175bfd, #6C17FD);