Royal Blue
#805BF1
PurpleColor Codes
All color formats for development
HEX
#805BF1RGB
rgb(128, 91, 241)HSL
hsl(255, 84%, 65%)OKLCH
oklch(0.59 0.214 289.5)CMYK
cmyk(47%, 62%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#693CEE
2#511EEB
3#4313D5
4#3A10B7
5#300D98
6#260B7A
7#1D085B
8#13053D
9#0A031E
Tints
Lighter variations
1#8D6BF2
2#9A7CF4
3#A68CF5
4#B39CF6
5#C0ADF8
6#CCBDF9
7#D9CEFB
8#E6DEFC
9#F2EFFE
Tones
Muted variations
1#8462E9
2#886AE2
3#8C71DA
4#8F79D3
5#9380CB
6#9788C4
7#9B8FBC
8#9E97B5
9#A29EAD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F1 #F4F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6DE #E6DEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | D0C2 #D0C2FA | Secondary backgroundsInput backgroundsDividers |
| 300 | AC93 #AC93F6 | BordersInactive statesPlaceholder text |
| 400 | 805B #805BF1 | Disabled statesSecondary iconsMuted text |
| 500 | 5C2C #5C2CED | Primary brand colorCTAsActive elementsLinks |
| 600 | 4112 #4112CE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 340E #340EA4 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 250A #250A75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1807 #18074B | Primary textHigh emphasis contentDark headings |
| 950 | 0F04 #0F042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F4F1FE;
--royal-blue-100: #E6DEFC;
--royal-blue-200: #D0C2FA;
--royal-blue-300: #AC93F6;
--royal-blue-400: #805BF1;
--royal-blue-500: #5C2CED;
--royal-blue-600: #4112CE;
--royal-blue-700: #340EA4;
--royal-blue-800: #250A75;
--royal-blue-900: #18074B;
--royal-blue-950: #0F042F;
}