Royal Blue
#9025F4
PurpleColor Codes
All color formats for development
HEX
#9025F4RGB
rgb(144, 37, 244)HSL
hsl(271, 90%, 55%)OKLCH
oklch(0.552 0.272 300.2)CMYK
cmyk(41%, 85%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#820DF0
2#740BD5
3#650ABB
4#5708A0
5#480785
6#3A066B
7#2B0450
8#1D0335
9#0E011B
Tints
Lighter variations
1#9B3BF5
2#A651F6
3#B166F7
4#BC7CF8
5#C792F9
6#D2A8FA
7#DEBEFC
8#E9D3FD
9#F4E9FE
Tones
Muted variations
1#8F2FE9
2#8F3ADF
3#8F44D5
4#8E4ECA
5#8E59C0
6#8E63B6
7#8D6DAB
8#8D78A1
9#8D8297
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F8F0 #F8F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EEDD #EEDDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | DFC0 #DFC0FC | Secondary backgroundsInput backgroundsDividers |
| 300 | C690 #C690F9 | BordersInactive statesPlaceholder text |
| 400 | A855 #A855F6 | Disabled statesSecondary iconsMuted text |
| 500 | 9025 #9025F4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 740B #740BD5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5C09 #5C09AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4206 #420679 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2A04 #2A044E | 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: #F8F0FE;
--royal-blue-100: #EEDDFD;
--royal-blue-200: #DFC0FC;
--royal-blue-300: #C690F9;
--royal-blue-400: #A855F6;
--royal-blue-500: #9025F4;
--royal-blue-600: #740BD5;
--royal-blue-700: #5C09AA;
--royal-blue-800: #420679;
--royal-blue-900: #2A044E;
--royal-blue-950: #1A0330;
}