Royal Blue
#5A6EF2
BlueColor Codes
All color formats for development
HEX
#5A6EF2RGB
rgb(90, 110, 242)HSL
hsl(232, 85%, 65%)OKLCH
oklch(0.595 0.198 272.4)CMYK
cmyk(63%, 55%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3B53EF
2#1D38ED
3#112CD7
4#0F25B8
5#0C1F99
6#0A197B
7#07135C
8#050C3D
9#02061F
Tints
Lighter variations
1#6A7DF3
2#7B8BF4
3#8B9AF6
4#9CA8F7
5#ACB7F8
6#BDC5FA
7#CDD4FB
8#DEE2FC
9#EEF1FE
Tones
Muted variations
1#6174EA
2#6979E2
3#717FDB
4#7884D3
5#808ACC
6#878FC4
7#8F95BD
8#979BB5
9#9EA0AD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F3 #F1F3FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEE2 #DEE2FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2C9 #C2C9FA | Secondary backgroundsInput backgroundsDividers |
| 300 | 92A0 #92A0F6 | BordersInactive statesPlaceholder text |
| 400 | 5A6E #5A6EF2 | Disabled statesSecondary iconsMuted text |
| 500 | 2B45 #2B45EE | Primary brand colorCTAsActive elementsLinks |
| 600 | 112A #112AD0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0D22 #0D22A5 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A18 #0A1876 | Text on light backgroundsHeadingsStrong borders |
| 900 | 060F #060F4B | Primary textHigh emphasis contentDark headings |
| 950 | 040A #040A2F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F1F3FE;
--royal-blue-100: #DEE2FC;
--royal-blue-200: #C2C9FA;
--royal-blue-300: #92A0F6;
--royal-blue-400: #5A6EF2;
--royal-blue-500: #2B45EE;
--royal-blue-600: #112AD0;
--royal-blue-700: #0D22A5;
--royal-blue-800: #0A1876;
--royal-blue-900: #060F4B;
--royal-blue-950: #040A2F;
}