#1c22df
a balanced, electric blue · warm · closest name: blue
RGB
28, 34, 223
HSL
238°, 78%, 49%
CMYK
87, 85, 0, 13
Luminance
0.0672
Every format
| HEX | #1c22df |
| RGB | rgb(28, 34, 223) |
| HSL | hsl(238, 78%, 49%) |
| CMYK | cmyk(87%, 85%, 0%, 13%) |
| LAB | lab(31.1 63.1 -91.6) |
| LCH | lch(31.1 111.2 304.6) |
| OKLCH | oklch(0.434 0.266 267.2) |
Copy-ready code
/* CSS */
color: #1c22df;
background-color: #1c22df;
/* Tailwind (arbitrary) */
class="text-[#1c22df] bg-[#1c22df]"
/* SCSS */
$brand: #1c22df;
/* SwiftUI */
Color(red: 0.110, green: 0.133, blue: 0.875)
/* Android */
Color.parseColor("#1c22df")Accessibility — WCAG contrast
Aa
#1c22df on white: 8.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#1c22df on black: 2.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red11.0%
Green13.3%
Blue87.5%
CMYK percentages
Cyan87.4%
Magenta84.8%
Yellow0.0%
Key (black)12.5%
Color previews
#1c22df text on a black background
contrast 2.34:1
Card sample
#1c22df text on a white background
contrast 8.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1c22df;
Background color
Panel with #1c22df background
background-color: #1c22df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1c22df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(28, 34, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(28, 34, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1c22df; background: linear-gradient(135deg, #1c22df, #981CDF);