#1995df
a balanced, electric blue · cool · closest name: steelblue
RGB
25, 149, 223
HSL
202°, 80%, 49%
CMYK
89, 33, 0, 13
Luminance
0.2703
Every format
| HEX | #1995df |
| RGB | rgb(25, 149, 223) |
| HSL | hsl(202, 80%, 49%) |
| CMYK | cmyk(89%, 33%, 0%, 13%) |
| LAB | lab(59.0 -5.2 -46.3) |
| LCH | lch(59.0 46.6 263.6) |
| OKLCH | oklch(0.643 0.148 242.8) |
Copy-ready code
/* CSS */
color: #1995df;
background-color: #1995df;
/* Tailwind (arbitrary) */
class="text-[#1995df] bg-[#1995df]"
/* SCSS */
$brand: #1995df;
/* SwiftUI */
Color(red: 0.098, green: 0.584, blue: 0.875)
/* Android */
Color.parseColor("#1995df")Accessibility — WCAG contrast
Aa
#1995df on white: 3.28:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#1995df on black: 6.41:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red9.8%
Green58.4%
Blue87.5%
CMYK percentages
Cyan88.8%
Magenta33.2%
Yellow0.0%
Key (black)12.5%
Color previews
#1995df text on a black background
contrast 6.41:1
Card sample
#1995df text on a white background
contrast 3.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1995df;
Background color
Panel with #1995df background
background-color: #1995df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1995df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(25, 149, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(25, 149, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1995df; background: linear-gradient(135deg, #1995df, #2119DF);