Royal Blue
#6E52FA
BlueColor Codes
All color formats for development
HEX
#6E52FARGB
rgb(110, 82, 250)HSL
hsl(250, 94%, 65%)OKLCH
oklch(0.569 0.237 283.5)CMYK
cmyk(56%, 67%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5332F9
2#3812F8
3#2B07E1
4#2506C1
5#1F05A1
6#190481
7#130360
8#0C0240
9#060120
Tints
Lighter variations
1#7C63FA
2#8B74FB
3#9986FB
4#A897FC
5#B6A8FC
6#C5BAFD
7#D3CBFD
8#E2DCFE
9#F0EEFE
Tones
Muted variations
1#735AF1
2#7963E9
3#7F6BE0
4#8473D8
5#8A7CD0
6#8F84C7
7#958DBF
8#9B95B7
9#A09DAE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F0 #F3F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2DC #E2DCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9BF #C9BFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | A08D #A08DFB | BordersInactive statesPlaceholder text |
| 400 | 6E52 #6E52FA | Disabled statesSecondary iconsMuted text |
| 500 | 4420 #4420F8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2A07 #2A07DA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2105 #2105AD | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1804 #18047C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F02 #0F024F | Primary textHigh emphasis contentDark headings |
| 950 | 0A02 #0A0231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F3F0FF;
--royal-blue-100: #E2DCFE;
--royal-blue-200: #C9BFFD;
--royal-blue-300: #A08DFB;
--royal-blue-400: #6E52FA;
--royal-blue-500: #4420F8;
--royal-blue-600: #2A07DA;
--royal-blue-700: #2105AD;
--royal-blue-800: #18047C;
--royal-blue-900: #0F024F;
--royal-blue-950: #0A0231;
}