Royal Blue
#855AF2
PurpleColor Codes
All color formats for development
HEX
#855AF2RGB
rgb(133, 90, 242)HSL
hsl(257, 85%, 65%)OKLCH
oklch(0.594 0.217 291.4)CMYK
cmyk(45%, 63%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6E3BEF
2#581DED
3#4911D7
4#3F0FB8
5#340C99
6#2A0A7B
7#1F075C
8#15053D
9#0A021F
Tints
Lighter variations
1#916AF3
2#9D7BF4
3#AA8BF6
4#B69CF7
5#C2ACF8
6#CEBDFA
7#DACDFB
8#E7DEFC
9#F3EEFE
Tones
Muted variations
1#8861EA
2#8B69E2
3#8F71DB
4#9278D3
5#9580CC
6#9987C4
7#9C8FBD
8#9F97B5
9#A29EAD
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 | AF92 #AF92F6 | BordersInactive statesPlaceholder text |
| 400 | 855A #855AF2 | Disabled statesSecondary iconsMuted text |
| 500 | 622B #622BEE | Primary brand colorCTAsActive elementsLinks |
| 600 | 4711 #4711D0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 380D #380DA5 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 280A #280A76 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1A06 #1A064B | 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: #AF92F6;
--royal-blue-400: #855AF2;
--royal-blue-500: #622BEE;
--royal-blue-600: #4711D0;
--royal-blue-700: #380DA5;
--royal-blue-800: #280A76;
--royal-blue-900: #1A064B;
--royal-blue-950: #10042F;
}