Royal Blue
#602EEA
PurpleColor Codes
All color formats for development
HEX
#602EEARGB
rgb(96, 46, 234)HSL
hsl(256, 82%, 55%)OKLCH
oklch(0.5 0.255 284.6)CMYK
cmyk(59%, 80%, 0%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4E17E6
2#4514CC
3#3D12B3
4#340F99
5#2B0D80
6#230A66
7#1A084D
8#110533
9#09031A
Tints
Lighter variations
1#7043EC
2#8058EE
3#906DF1
4#A082F3
5#B097F5
6#C0ABF7
7#CFC0F9
8#DFD5FB
9#EFEAFD
Tones
Muted variations
1#6538E1
2#6941D8
3#6E4ACE
4#7254C5
5#765DBB
6#7B67B2
7#7F70A8
8#83799F
9#888396
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F1 #F4F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6DF #E6DFFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | D1C3 #D1C3F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | AE94 #AE94F4 | BordersInactive statesPlaceholder text |
| 400 | 845D #845DEF | Disabled statesSecondary iconsMuted text |
| 500 | 602E #602EEA | Primary brand colorCTAsActive elementsLinks |
| 600 | 4514 #4514CC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3710 #3710A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 270B #270B74 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1907 #19074A | Primary textHigh emphasis contentDark headings |
| 950 | 1005 #10052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F4F1FE;
--royal-blue-100: #E6DFFC;
--royal-blue-200: #D1C3F9;
--royal-blue-300: #AE94F4;
--royal-blue-400: #845DEF;
--royal-blue-500: #602EEA;
--royal-blue-600: #4514CC;
--royal-blue-700: #3710A2;
--royal-blue-800: #270B74;
--royal-blue-900: #19074A;
--royal-blue-950: #10052E;
}