Royal Blue
#6136E2
PurpleColor Codes
All color formats for development
HEX
#6136E2RGB
rgb(97, 54, 226)HSL
hsl(255, 75%, 55%)OKLCH
oklch(0.501 0.239 285.3)CMYK
cmyk(57%, 76%, 0%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4F20DD
2#461CC4
3#3D19AC
4#351593
5#2C127B
6#230E62
7#1A0B4A
8#120731
9#090419
Tints
Lighter variations
1#714AE5
2#815EE8
3#9172EB
4#A087EE
5#B09BF1
6#C0AFF4
7#D0C3F6
8#DFD7F9
9#EFEBFC
Tones
Muted variations
1#663FDA
2#6A47D1
3#6E50C8
4#7259C0
5#7761B7
6#7B6AAF
7#7F72A6
8#847B9D
9#888495
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F2 #F4F2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6E0 #E6E0FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | D1C5 #D1C5F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | AE98 #AE98F0 | BordersInactive statesPlaceholder text |
| 400 | 8463 #8463E9 | Disabled statesSecondary iconsMuted text |
| 500 | 6136 #6136E2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 461C #461CC4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3816 #38169C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2810 #281070 | Text on light backgroundsHeadingsStrong borders |
| 900 | 190A #190A47 | Primary textHigh emphasis contentDark headings |
| 950 | 1006 #10062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F4F2FD;
--royal-blue-100: #E6E0FB;
--royal-blue-200: #D1C5F7;
--royal-blue-300: #AE98F0;
--royal-blue-400: #8463E9;
--royal-blue-500: #6136E2;
--royal-blue-600: #461CC4;
--royal-blue-700: #38169C;
--royal-blue-800: #281070;
--royal-blue-900: #190A47;
--royal-blue-950: #10062D;
}