Royal Blue
#6E5DEF
BlueColor Codes
All color formats for development
HEX
#6E5DEFRGB
rgb(110, 93, 239)HSL
hsl(247, 82%, 65%)OKLCH
oklch(0.577 0.211 282.8)CMYK
cmyk(54%, 61%, 0%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#533EEC
2#3820E9
3#2B15D3
4#2512B5
5#1F0F97
6#190C79
7#12095A
8#0C063C
9#06031E
Tints
Lighter variations
1#7C6DF1
2#8B7DF2
3#998DF4
4#A89EF5
5#B6AEF7
6#C5BEF9
7#D3CEFA
8#E2DFFC
9#F0EFFD
Tones
Muted variations
1#7364E8
2#796BE0
3#7E73D9
4#847AD2
5#8A81CA
6#8F88C3
7#9590BC
8#9B97B4
9#A09EAD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F1 #F3F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2DF #E2DFFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9C3 #C9C3F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9F94 #9F94F4 | BordersInactive statesPlaceholder text |
| 400 | 6E5D #6E5DEF | Disabled statesSecondary iconsMuted text |
| 500 | 442E #442EEA | Primary brand colorCTAsActive elementsLinks |
| 600 | 2A14 #2A14CC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2110 #2110A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 180B #180B74 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F07 #0F074A | Primary textHigh emphasis contentDark headings |
| 950 | 0905 #09052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F3F1FE;
--royal-blue-100: #E2DFFC;
--royal-blue-200: #C9C3F9;
--royal-blue-300: #9F94F4;
--royal-blue-400: #6E5DEF;
--royal-blue-500: #442EEA;
--royal-blue-600: #2A14CC;
--royal-blue-700: #2110A2;
--royal-blue-800: #180B74;
--royal-blue-900: #0F074A;
--royal-blue-950: #09052E;
}