#1933df
a balanced, electric blue · warm · closest name: navy
RGB
25, 51, 223
HSL
232°, 80%, 49%
CMYK
89, 77, 0, 13
Luminance
0.0790
Every format
| HEX | #1933df |
| RGB | rgb(25, 51, 223) |
| HSL | hsl(232, 80%, 49%) |
| CMYK | cmyk(89%, 77%, 0%, 13%) |
| LAB | lab(33.8 55.0 -87.2) |
| LCH | lch(33.8 103.2 302.3) |
| OKLCH | oklch(0.452 0.254 266.2) |
Copy-ready code
/* CSS */
color: #1933df;
background-color: #1933df;
/* Tailwind (arbitrary) */
class="text-[#1933df] bg-[#1933df]"
/* SCSS */
$brand: #1933df;
/* SwiftUI */
Color(red: 0.098, green: 0.200, blue: 0.875)
/* Android */
Color.parseColor("#1933df")Accessibility — WCAG contrast
Aa
#1933df on white: 8.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#1933df on black: 2.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red9.8%
Green20.0%
Blue87.5%
CMYK percentages
Cyan88.8%
Magenta77.1%
Yellow0.0%
Key (black)12.5%
Color previews
#1933df text on a black background
contrast 2.58:1
Card sample
#1933df text on a white background
contrast 8.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1933df;
Background color
Panel with #1933df background
background-color: #1933df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1933df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(25, 51, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(25, 51, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1933df; background: linear-gradient(135deg, #1933df, #8319DF);