#9088ff
a light, electric blue · warm · closest name: royalblue
RGB
144, 136, 255
HSL
244°, 100%, 77%
CMYK
44, 47, 0, 0
Luminance
0.3076
Every format
| HEX | #9088ff |
| RGB | rgb(144, 136, 255) |
| HSL | hsl(244, 100%, 77%) |
| CMYK | cmyk(44%, 47%, 0%, 0%) |
| LAB | lab(62.3 32.0 -58.4) |
| LCH | lch(62.3 66.6 298.7) |
| OKLCH | oklch(0.688 0.171 284.0) |
Copy-ready code
/* CSS */
color: #9088ff;
background-color: #9088ff;
/* Tailwind (arbitrary) */
class="text-[#9088ff] bg-[#9088ff]"
/* SCSS */
$brand: #9088ff;
/* SwiftUI */
Color(red: 0.565, green: 0.533, blue: 1.000)
/* Android */
Color.parseColor("#9088ff")Accessibility — WCAG contrast
Aa
#9088ff on white: 2.94:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9088ff on black: 7.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.5%
Green53.3%
Blue100.0%
CMYK percentages
Cyan43.5%
Magenta46.7%
Yellow0.0%
Key (black)0.0%
Color previews
#9088ff text on a black background
contrast 7.15:1
Card sample
#9088ff text on a white background
contrast 2.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9088ff;
Background color
Panel with #9088ff background
background-color: #9088ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9088ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(144, 136, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(144, 136, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9088ff; background: linear-gradient(135deg, #9088ff, #DF88FF);