#0925af
a dark, electric blue · warm · closest name: navy
RGB
9, 37, 175
HSL
230°, 90%, 36%
CMYK
95, 79, 0, 31
Luminance
0.0448
Every format
| HEX | #0925af |
| RGB | rgb(9, 37, 175) |
| HSL | hsl(230, 90%, 36%) |
| CMYK | cmyk(95%, 79%, 0%, 31%) |
| LAB | lab(25.2 46.2 -73.4) |
| LCH | lch(25.2 86.7 302.2) |
| OKLCH | oklch(0.374 0.214 265.1) |
Copy-ready code
/* CSS */
color: #0925af;
background-color: #0925af;
/* Tailwind (arbitrary) */
class="text-[#0925af] bg-[#0925af]"
/* SCSS */
$brand: #0925af;
/* SwiftUI */
Color(red: 0.035, green: 0.145, blue: 0.686)
/* Android */
Color.parseColor("#0925af")Accessibility — WCAG contrast
Aa
#0925af on white: 11.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#0925af on black: 1.90:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.5%
Green14.5%
Blue68.6%
CMYK percentages
Cyan94.9%
Magenta78.9%
Yellow0.0%
Key (black)31.4%
Color previews
#0925af text on a black background
contrast 1.90:1
Card sample
#0925af text on a white background
contrast 11.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0925af;
Background color
Panel with #0925af background
background-color: #0925af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0925af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(9, 37, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(9, 37, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0925af; background: linear-gradient(135deg, #0925af, #5C09AF);