#658fef
a light, electric blue · cool · closest name: dodgerblue
RGB
101, 143, 239
HSL
222°, 81%, 67%
CMYK
58, 40, 0, 6
Luminance
0.2864
Every format
| HEX | #658fef |
| RGB | rgb(101, 143, 239) |
| HSL | hsl(222, 81%, 67%) |
| CMYK | cmyk(58%, 40%, 0%, 6%) |
| LAB | lab(60.5 13.7 -52.7) |
| LCH | lch(60.5 54.5 284.6) |
| OKLCH | oklch(0.664 0.150 264.8) |
Copy-ready code
/* CSS */
color: #658fef;
background-color: #658fef;
/* Tailwind (arbitrary) */
class="text-[#658fef] bg-[#658fef]"
/* SCSS */
$brand: #658fef;
/* SwiftUI */
Color(red: 0.396, green: 0.561, blue: 0.937)
/* Android */
Color.parseColor("#658fef")Accessibility — WCAG contrast
Aa
#658fef on white: 3.12:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#658fef on black: 6.73:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red39.6%
Green56.1%
Blue93.7%
CMYK percentages
Cyan57.7%
Magenta40.2%
Yellow0.0%
Key (black)6.3%
Color previews
#658fef text on a black background
contrast 6.73:1
Card sample
#658fef text on a white background
contrast 3.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #658fef;
Background color
Panel with #658fef background
background-color: #658fef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #658fef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(101, 143, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(101, 143, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #658fef; background: linear-gradient(135deg, #658fef, #9765EF);