Royal Blue
#605DEE
BlueColor Codes
All color formats for development
HEX
#605DEERGB
rgb(96, 93, 238)HSL
hsl(241, 81%, 65%)OKLCH
oklch(0.566 0.212 278.1)CMYK
cmyk(60%, 61%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#423FEB
2#2521E8
3#1916D2
4#1613B4
5#121096
6#0E0D78
7#0B095A
8#07063C
9#04031E
Tints
Lighter variations
1#706EF0
2#807EF1
3#908EF3
4#A09EF5
5#AFAEF7
6#BFBEF8
7#CFCFFA
8#DFDFFC
9#EFEFFD
Tones
Muted variations
1#6765E7
2#6E6CE0
3#7573D8
4#7C7AD1
5#8382CA
6#8A89C3
7#9190BB
8#9897B4
9#9F9FAD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F1 #F1F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFDF #DFDFFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4C3 #C4C3F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9695 #9695F4 | BordersInactive statesPlaceholder text |
| 400 | 605D #605DEE | Disabled statesSecondary iconsMuted text |
| 500 | 322F #322FE9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1815 #1815CB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1311 #1311A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E0C #0E0C73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0908 #09084A | Primary textHigh emphasis contentDark headings |
| 950 | 0605 #06052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F1F1FE;
--royal-blue-100: #DFDFFC;
--royal-blue-200: #C4C3F9;
--royal-blue-300: #9695F4;
--royal-blue-400: #605DEE;
--royal-blue-500: #322FE9;
--royal-blue-600: #1815CB;
--royal-blue-700: #1311A2;
--royal-blue-800: #0E0C73;
--royal-blue-900: #09084A;
--royal-blue-950: #06052E;
}