#1908ef
a balanced, electric blue · warm · closest name: blue
RGB
25, 8, 239
HSL
244°, 94%, 48%
CMYK
90, 97, 0, 6
Luminance
0.0661
Every format
| HEX | #1908ef |
| RGB | rgb(25, 8, 239) |
| HSL | hsl(244, 94%, 48%) |
| CMYK | cmyk(90%, 97%, 0%, 6%) |
| LAB | lab(30.9 74.3 -101.2) |
| LCH | lch(30.9 125.5 306.3) |
| OKLCH | oklch(0.438 0.293 266.4) |
Copy-ready code
/* CSS */
color: #1908ef;
background-color: #1908ef;
/* Tailwind (arbitrary) */
class="text-[#1908ef] bg-[#1908ef]"
/* SCSS */
$brand: #1908ef;
/* SwiftUI */
Color(red: 0.098, green: 0.031, blue: 0.937)
/* Android */
Color.parseColor("#1908ef")Accessibility — WCAG contrast
Aa
#1908ef on white: 9.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#1908ef on black: 2.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red9.8%
Green3.1%
Blue93.7%
CMYK percentages
Cyan89.5%
Magenta96.7%
Yellow0.0%
Key (black)6.3%
Color previews
#1908ef text on a black background
contrast 2.32:1
Card sample
#1908ef text on a white background
contrast 9.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1908ef;
Background color
Panel with #1908ef background
background-color: #1908ef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1908ef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(25, 8, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(25, 8, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1908ef; background: linear-gradient(135deg, #1908ef, #B308EF);