Royal Blue
#9026F2
PurpleColor Codes
All color formats for development
HEX
#9026F2RGB
rgb(144, 38, 242)HSL
hsl(271, 89%, 55%)OKLCH
oklch(0.551 0.269 300.5)CMYK
cmyk(40%, 84%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#820EEF
2#740CD4
3#650BBA
4#57099F
5#480885
6#3A066A
7#2B0550
8#1D0335
9#0E021B
Tints
Lighter variations
1#9B3CF4
2#A651F5
3#B167F6
4#BC7DF7
5#C793F9
6#D2A8FA
7#DEBEFB
8#E9D4FC
9#F4E9FE
Tones
Muted variations
1#8F30E8
2#8F3BDE
3#8F45D4
4#8E4FCA
5#8E59BF
6#8E63B5
7#8D6EAB
8#8D78A1
9#8D8296
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F8F1 #F8F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EEDD #EEDDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | DFC0 #DFC0FB | Secondary backgroundsInput backgroundsDividers |
| 300 | C690 #C690F9 | BordersInactive statesPlaceholder text |
| 400 | A856 #A856F5 | Disabled statesSecondary iconsMuted text |
| 500 | 9026 #9026F2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 740C #740CD4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5C0A #5C0AA9 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4207 #420778 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2A04 #2A044D | Primary textHigh emphasis contentDark headings |
| 950 | 1A03 #1A0330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F8F1FE;
--royal-blue-100: #EEDDFD;
--royal-blue-200: #DFC0FB;
--royal-blue-300: #C690F9;
--royal-blue-400: #A856F5;
--royal-blue-500: #9026F2;
--royal-blue-600: #740CD4;
--royal-blue-700: #5C0AA9;
--royal-blue-800: #420778;
--royal-blue-900: #2A044D;
--royal-blue-950: #1A0330;
}