Royal Blue
#6C5AF2
BlueColor Codes
All color formats for development
HEX
#6C5AF2RGB
rgb(108, 90, 242)HSL
hsl(247, 85%, 65%)OKLCH
oklch(0.573 0.218 282.4)CMYK
cmyk(55%, 63%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#503BEF
2#351DED
3#2811D7
4#230FB8
5#1D0C99
6#170A7B
7#11075C
8#0C053D
9#06021F
Tints
Lighter variations
1#7A6AF3
2#897BF4
3#988BF6
4#A79CF7
5#B5ACF8
6#C4BDFA
7#D3CDFB
8#E2DEFC
9#F0EEFE
Tones
Muted variations
1#7161EA
2#7769E2
3#7D71DB
4#8378D3
5#8980CC
6#8E87C4
7#948FBD
8#9A97B5
9#A09EAD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F1 #F2F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2DE #E2DEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8C2 #C8C2FA | Secondary backgroundsInput backgroundsDividers |
| 300 | 9E92 #9E92F6 | BordersInactive statesPlaceholder text |
| 400 | 6C5A #6C5AF2 | Disabled statesSecondary iconsMuted text |
| 500 | 412B #412BEE | Primary brand colorCTAsActive elementsLinks |
| 600 | 2711 #2711D0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1F0D #1F0DA5 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 160A #160A76 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E06 #0E064B | Primary textHigh emphasis contentDark headings |
| 950 | 0904 #09042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F2F1FE;
--royal-blue-100: #E2DEFC;
--royal-blue-200: #C8C2FA;
--royal-blue-300: #9E92F6;
--royal-blue-400: #6C5AF2;
--royal-blue-500: #412BEE;
--royal-blue-600: #2711D0;
--royal-blue-700: #1F0DA5;
--royal-blue-800: #160A76;
--royal-blue-900: #0E064B;
--royal-blue-950: #09042F;
}