Royal Blue
#805AF2
PurpleColor Codes
All color formats for development
HEX
#805AF2RGB
rgb(128, 90, 242)HSL
hsl(255, 85%, 65%)OKLCH
oklch(0.59 0.217 289.6)CMYK
cmyk(47%, 63%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#683BEF
2#511DED
3#4311D7
4#390FB8
5#300C99
6#260A7B
7#1D075C
8#13053D
9#0A021F
Tints
Lighter variations
1#8D6AF3
2#997BF4
3#A68BF6
4#B39CF7
5#BFACF8
6#CCBDFA
7#D9CDFB
8#E6DEFC
9#F2EEFE
Tones
Muted variations
1#8461EA
2#8769E2
3#8B71DB
4#8F78D3
5#9380CC
6#9787C4
7#9A8FBD
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 | AB92 #AB92F6 | BordersInactive statesPlaceholder text |
| 400 | 805A #805AF2 | Disabled statesSecondary iconsMuted text |
| 500 | 5B2B #5B2BEE | Primary brand colorCTAsActive elementsLinks |
| 600 | 4111 #4111D0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 330D #330DA5 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 250A #250A76 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1706 #17064B | 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: #AB92F6;
--royal-blue-400: #805AF2;
--royal-blue-500: #5B2BEE;
--royal-blue-600: #4111D0;
--royal-blue-700: #330DA5;
--royal-blue-800: #250A76;
--royal-blue-900: #17064B;
--royal-blue-950: #0F042F;
}