Royal Blue
#6625F4
PurpleColor Codes
All color formats for development
HEX
#6625F4RGB
rgb(102, 37, 244)HSL
hsl(259, 90%, 55%)OKLCH
oklch(0.508 0.27 285.8)CMYK
cmyk(58%, 85%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#550DF0
2#4B0BD5
3#420ABB
4#3808A0
5#2F0785
6#26066B
7#1C0450
8#130335
9#09011B
Tints
Lighter variations
1#763BF5
2#8551F6
3#9466F7
4#A37CF8
5#B392F9
6#C2A8FA
7#D1BEFC
8#E0D3FD
9#F0E9FE
Tones
Muted variations
1#6A2FE9
2#6E3ADF
3#7244D5
4#764ECA
5#7959C0
6#7D63B6
7#816DAB
8#8578A1
9#888297
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F0 #F5F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E7DD #E7DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | D3C0 #D3C0FC | Secondary backgroundsInput backgroundsDividers |
| 300 | B190 #B190F9 | BordersInactive statesPlaceholder text |
| 400 | 8855 #8855F6 | Disabled statesSecondary iconsMuted text |
| 500 | 6625 #6625F4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4B0B #4B0BD5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3C09 #3C09AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2B06 #2B0679 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1B04 #1B044E | Primary textHigh emphasis contentDark headings |
| 950 | 1103 #110330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F5F0FE;
--royal-blue-100: #E7DDFD;
--royal-blue-200: #D3C0FC;
--royal-blue-300: #B190F9;
--royal-blue-400: #8855F6;
--royal-blue-500: #6625F4;
--royal-blue-600: #4B0BD5;
--royal-blue-700: #3C09AA;
--royal-blue-800: #2B0679;
--royal-blue-900: #1B044E;
--royal-blue-950: #110330;
}