Royal Blue
#605BF1
BlueColor Codes
All color formats for development
HEX
#605BF1RGB
rgb(96, 91, 241)HSL
hsl(242, 84%, 65%)OKLCH
oklch(0.565 0.218 278.3)CMYK
cmyk(60%, 62%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#423CEE
2#251EEB
3#1913D5
4#1510B7
5#120D98
6#0E0B7A
7#0B085B
8#07053D
9#04031E
Tints
Lighter variations
1#706BF2
2#807CF4
3#908CF5
4#9F9CF6
5#AFADF8
6#BFBDF9
7#CFCEFB
8#DFDEFC
9#EFEFFE
Tones
Muted variations
1#6762E9
2#6E6AE2
3#7571DA
4#7C79D3
5#8380CB
6#8A88C4
7#918FBC
8#9897B5
9#9F9EAD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F1 #F1F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFDE #DFDEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4C2 #C4C2FA | Secondary backgroundsInput backgroundsDividers |
| 300 | 9693 #9693F6 | BordersInactive statesPlaceholder text |
| 400 | 605B #605BF1 | Disabled statesSecondary iconsMuted text |
| 500 | 322C #322CED | Primary brand colorCTAsActive elementsLinks |
| 600 | 1812 #1812CE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 130E #130EA4 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E0A #0E0A75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0907 #09074B | Primary textHigh emphasis contentDark headings |
| 950 | 0604 #06042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F1F1FE;
--royal-blue-100: #DFDEFC;
--royal-blue-200: #C4C2FA;
--royal-blue-300: #9693F6;
--royal-blue-400: #605BF1;
--royal-blue-500: #322CED;
--royal-blue-600: #1812CE;
--royal-blue-700: #130EA4;
--royal-blue-800: #0E0A75;
--royal-blue-900: #09074B;
--royal-blue-950: #06042F;
}