Royal Blue
#5A6CF2
BlueColor Codes
All color formats for development
HEX
#5A6CF2RGB
rgb(90, 108, 242)HSL
hsl(233, 85%, 65%)OKLCH
oklch(0.591 0.2 272.9)CMYK
cmyk(63%, 55%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3B50EF
2#1D35ED
3#1128D7
4#0F23B8
5#0C1D99
6#0A177B
7#07115C
8#050C3D
9#02061F
Tints
Lighter variations
1#6A7AF3
2#7B89F4
3#8B98F6
4#9CA7F7
5#ACB5F8
6#BDC4FA
7#CDD3FB
8#DEE2FC
9#EEF0FE
Tones
Muted variations
1#6171EA
2#6977E2
3#717DDB
4#7883D3
5#8089CC
6#878EC4
7#8F94BD
8#979AB5
9#9EA0AD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F2 #F1F2FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEE2 #DEE2FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2C8 #C2C8FA | Secondary backgroundsInput backgroundsDividers |
| 300 | 929E #929EF6 | BordersInactive statesPlaceholder text |
| 400 | 5A6C #5A6CF2 | Disabled statesSecondary iconsMuted text |
| 500 | 2B41 #2B41EE | Primary brand colorCTAsActive elementsLinks |
| 600 | 1127 #1127D0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0D1F #0D1FA5 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A16 #0A1676 | Text on light backgroundsHeadingsStrong borders |
| 900 | 060E #060E4B | Primary textHigh emphasis contentDark headings |
| 950 | 0409 #04092F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F1F2FE;
--royal-blue-100: #DEE2FC;
--royal-blue-200: #C2C8FA;
--royal-blue-300: #929EF6;
--royal-blue-400: #5A6CF2;
--royal-blue-500: #2B41EE;
--royal-blue-600: #1127D0;
--royal-blue-700: #0D1FA5;
--royal-blue-800: #0A1676;
--royal-blue-900: #060E4B;
--royal-blue-950: #04092F;
}