Royal Blue
#855BF1
PurpleColor Codes
All color formats for development
HEX
#855BF1RGB
rgb(133, 91, 241)HSL
hsl(257, 84%, 65%)OKLCH
oklch(0.595 0.214 291.4)CMYK
cmyk(45%, 62%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6F3CEE
2#581EEB
3#4A13D5
4#3F10B7
5#350D98
6#2A0B7A
7#20085B
8#15053D
9#0B031E
Tints
Lighter variations
1#916BF2
2#9E7CF4
3#AA8CF5
4#B69CF6
5#C2ADF8
6#CEBDF9
7#DACEFB
8#E7DEFC
9#F3EFFE
Tones
Muted variations
1#8962E9
2#8C6AE2
3#8F71DA
4#9279D3
5#9680CB
6#9988C4
7#9C8FBC
8#9F97B5
9#A39EAD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F1 #F5F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E7DE #E7DEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | D2C2 #D2C2FA | Secondary backgroundsInput backgroundsDividers |
| 300 | AF93 #AF93F6 | BordersInactive statesPlaceholder text |
| 400 | 855B #855BF1 | Disabled statesSecondary iconsMuted text |
| 500 | 622C #622CED | Primary brand colorCTAsActive elementsLinks |
| 600 | 4712 #4712CE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 390E #390EA4 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 290A #290A75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1A07 #1A074B | Primary textHigh emphasis contentDark headings |
| 950 | 1004 #10042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F5F1FE;
--royal-blue-100: #E7DEFC;
--royal-blue-200: #D2C2FA;
--royal-blue-300: #AF93F6;
--royal-blue-400: #855BF1;
--royal-blue-500: #622CED;
--royal-blue-600: #4712CE;
--royal-blue-700: #390EA4;
--royal-blue-800: #290A75;
--royal-blue-900: #1A074B;
--royal-blue-950: #10042F;
}