Royal Blue
#6E53F9
BlueColor Codes
All color formats for development
HEX
#6E53F9RGB
rgb(110, 83, 249)HSL
hsl(250, 93%, 65%)OKLCH
oklch(0.57 0.235 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#5433F8
2#3913F6
3#2C08E0
4#2607C0
5#1F06A0
6#190580
7#130360
8#0D0240
9#060120
Tints
Lighter variations
1#7D64F9
2#8B75FA
3#9A86FB
4#A898FB
5#B7A9FC
6#C5BAFD
7#D4CBFD
8#E2DDFE
9#F1EEFE
Tones
Muted variations
1#745BF0
2#7963E8
3#7F6CE0
4#8574D8
5#8A7CCF
6#9085C7
7#958DBF
8#9B95B6
9#A09DAE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F0 #F3F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2DD #E2DDFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9BF #C9BFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | A08E #A08EFB | BordersInactive statesPlaceholder text |
| 400 | 6E53 #6E53F9 | Disabled statesSecondary iconsMuted text |
| 500 | 4522 #4522F7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2B08 #2B08D9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2206 #2206AC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1804 #18047B | Text on light backgroundsHeadingsStrong borders |
| 900 | 1003 #10034F | 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: #F3F0FE;
--royal-blue-100: #E2DDFE;
--royal-blue-200: #C9BFFD;
--royal-blue-300: #A08EFB;
--royal-blue-400: #6E53F9;
--royal-blue-500: #4522F7;
--royal-blue-600: #2B08D9;
--royal-blue-700: #2206AC;
--royal-blue-800: #18047B;
--royal-blue-900: #10034F;
--royal-blue-950: #0A0231;
}