#1908ce
a dark, electric blue · warm · closest name: blue
RGB
25, 8, 206
HSL
245°, 93%, 42%
CMYK
88, 96, 0, 19
Luminance
0.0484
Every format
| HEX | #1908ce |
| RGB | rgb(25, 8, 206) |
| HSL | hsl(245, 93%, 42%) |
| CMYK | cmyk(88%, 96%, 0%, 19%) |
| LAB | lab(26.3 66.0 -89.9) |
| LCH | lch(26.3 111.6 306.3) |
| OKLCH | oklch(0.394 0.260 267.3) |
Copy-ready code
/* CSS */
color: #1908ce;
background-color: #1908ce;
/* Tailwind (arbitrary) */
class="text-[#1908ce] bg-[#1908ce]"
/* SCSS */
$brand: #1908ce;
/* SwiftUI */
Color(red: 0.098, green: 0.031, blue: 0.808)
/* Android */
Color.parseColor("#1908ce")Accessibility — WCAG contrast
Aa
#1908ce on white: 10.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#1908ce on black: 1.97:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red9.8%
Green3.1%
Blue80.8%
CMYK percentages
Cyan87.9%
Magenta96.1%
Yellow0.0%
Key (black)19.2%
Color previews
#1908ce text on a black background
contrast 1.97:1
Card sample
#1908ce text on a white background
contrast 10.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1908ce;
Background color
Panel with #1908ce background
background-color: #1908ce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1908ce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(25, 8, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(25, 8, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1908ce; background: linear-gradient(135deg, #1908ce, #9D08CE);