Royal Blue
#5A80F2
BlueColor Codes
All color formats for development
HEX
#5A80F2RGB
rgb(90, 128, 242)HSL
hsl(225, 85%, 65%)OKLCH
oklch(0.629 0.176 267.3)CMYK
cmyk(63%, 47%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3B68EF
2#1D51ED
3#1143D7
4#0F39B8
5#0C3099
6#0A267B
7#071D5C
8#05133D
9#020A1F
Tints
Lighter variations
1#6A8DF3
2#7B99F4
3#8BA6F6
4#9CB3F7
5#ACBFF8
6#BDCCFA
7#CDD9FB
8#DEE6FC
9#EEF2FE
Tones
Muted variations
1#6184EA
2#6987E2
3#718BDB
4#788FD3
5#8093CC
6#8797C4
7#8F9ABD
8#979EB5
9#9EA2AD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F4 #F1F4FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEE6 #DEE6FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2D0 #C2D0FA | Secondary backgroundsInput backgroundsDividers |
| 300 | 92AB #92ABF6 | BordersInactive statesPlaceholder text |
| 400 | 5A80 #5A80F2 | Disabled statesSecondary iconsMuted text |
| 500 | 2B5B #2B5BEE | Primary brand colorCTAsActive elementsLinks |
| 600 | 1141 #1141D0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0D33 #0D33A5 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A25 #0A2576 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0617 #06174B | Primary textHigh emphasis contentDark headings |
| 950 | 040F #040F2F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F1F4FE;
--royal-blue-100: #DEE6FC;
--royal-blue-200: #C2D0FA;
--royal-blue-300: #92ABF6;
--royal-blue-400: #5A80F2;
--royal-blue-500: #2B5BEE;
--royal-blue-600: #1141D0;
--royal-blue-700: #0D33A5;
--royal-blue-800: #0A2576;
--royal-blue-900: #06174B;
--royal-blue-950: #040F2F;
}