#6090fe
a light, electric blue · cool · closest name: dodgerblue
RGB
96, 144, 254
HSL
222°, 99%, 69%
CMYK
62, 43, 0, 0
Luminance
0.2959
Every format
| HEX | #6090fe |
| RGB | rgb(96, 144, 254) |
| HSL | hsl(222, 99%, 69%) |
| CMYK | cmyk(62%, 43%, 0%, 0%) |
| LAB | lab(61.3 17.1 -59.7) |
| LCH | lch(61.3 62.1 286.0) |
| OKLCH | oklch(0.672 0.171 264.5) |
Copy-ready code
/* CSS */
color: #6090fe;
background-color: #6090fe;
/* Tailwind (arbitrary) */
class="text-[#6090fe] bg-[#6090fe]"
/* SCSS */
$brand: #6090fe;
/* SwiftUI */
Color(red: 0.376, green: 0.565, blue: 0.996)
/* Android */
Color.parseColor("#6090fe")Accessibility — WCAG contrast
Aa
#6090fe on white: 3.04:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#6090fe on black: 6.92:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red37.6%
Green56.5%
Blue99.6%
CMYK percentages
Cyan62.2%
Magenta43.3%
Yellow0.0%
Key (black)0.4%
Color previews
#6090fe text on a black background
contrast 6.92:1
Card sample
#6090fe text on a white background
contrast 3.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6090fe;
Background color
Panel with #6090fe background
background-color: #6090fe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6090fe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(96, 144, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(96, 144, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6090fe; background: linear-gradient(135deg, #6090fe, #9960FE);