Royal Blue
#602DEB
PurpleColor Codes
All color formats for development
HEX
#602DEBRGB
rgb(96, 45, 235)HSL
hsl(256, 83%, 55%)OKLCH
oklch(0.5 0.257 284.5)CMYK
cmyk(59%, 81%, 0%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4D15E7
2#4513CD
3#3C11B4
4#340E9A
5#2B0C80
6#220A67
7#1A074D
8#110533
9#09021A
Tints
Lighter variations
1#7042ED
2#8057EF
3#906CF1
4#9F81F3
5#AF96F5
6#BFABF7
7#CFC0F9
8#DFD5FB
9#EFEAFD
Tones
Muted variations
1#6437E2
2#6940D8
3#6D4ACF
4#7253C5
5#765DBC
6#7A66B2
7#7F70A9
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 | E6DE #E6DEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | D1C2 #D1C2F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | AE94 #AE94F5 | BordersInactive statesPlaceholder text |
| 400 | 835C #835CF0 | Disabled statesSecondary iconsMuted text |
| 500 | 602D #602DEB | Primary brand colorCTAsActive elementsLinks |
| 600 | 4513 #4513CD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 370F #370FA3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 270B #270B75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1907 #19074B | 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: #F4F1FE;
--royal-blue-100: #E6DEFC;
--royal-blue-200: #D1C2F9;
--royal-blue-300: #AE94F5;
--royal-blue-400: #835CF0;
--royal-blue-500: #602DEB;
--royal-blue-600: #4513CD;
--royal-blue-700: #370FA3;
--royal-blue-800: #270B75;
--royal-blue-900: #19074B;
--royal-blue-950: #10042F;
}