Royal Blue
#5A69F2
BlueColor Codes
All color formats for development
HEX
#5A69F2RGB
rgb(90, 105, 242)HSL
hsl(234, 85%, 65%)OKLCH
oklch(0.586 0.204 273.6)CMYK
cmyk(63%, 57%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3B4DEF
2#1D31ED
3#1125D7
4#0F20B8
5#0C1B99
6#0A157B
7#07105C
8#050B3D
9#02051F
Tints
Lighter variations
1#6A78F3
2#7B87F4
3#8B96F6
4#9CA5F7
5#ACB4F8
6#BDC3FA
7#CDD2FB
8#DEE1FC
9#EEF0FE
Tones
Muted variations
1#616FEA
2#6975E2
3#717BDB
4#7881D3
5#8087CC
6#878DC4
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 | DEE1 #DEE1FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2C7 #C2C7FA | Secondary backgroundsInput backgroundsDividers |
| 300 | 929C #929CF6 | BordersInactive statesPlaceholder text |
| 400 | 5A69 #5A69F2 | Disabled statesSecondary iconsMuted text |
| 500 | 2B3E #2B3EEE | Primary brand colorCTAsActive elementsLinks |
| 600 | 1124 #1124D0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0D1D #0D1DA5 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A14 #0A1476 | Text on light backgroundsHeadingsStrong borders |
| 900 | 060D #060D4B | Primary textHigh emphasis contentDark headings |
| 950 | 0408 #04082F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F1F2FE;
--royal-blue-100: #DEE1FC;
--royal-blue-200: #C2C7FA;
--royal-blue-300: #929CF6;
--royal-blue-400: #5A69F2;
--royal-blue-500: #2B3EEE;
--royal-blue-600: #1124D0;
--royal-blue-700: #0D1DA5;
--royal-blue-800: #0A1476;
--royal-blue-900: #060D4B;
--royal-blue-950: #04082F;
}