Royal Blue
#5B80F1
BlueColor Codes
All color formats for development
HEX
#5B80F1RGB
rgb(91, 128, 241)HSL
hsl(225, 84%, 65%)OKLCH
oklch(0.629 0.174 267.6)CMYK
cmyk(62%, 47%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3C69EE
2#1E51EB
3#1343D5
4#103AB7
5#0D3098
6#0B267A
7#081D5B
8#05133D
9#030A1E
Tints
Lighter variations
1#6B8DF2
2#7C9AF4
3#8CA6F5
4#9CB3F6
5#ADC0F8
6#BDCCF9
7#CED9FB
8#DEE6FC
9#EFF2FE
Tones
Muted variations
1#6284E9
2#6A88E2
3#718CDA
4#798FD3
5#8093CB
6#8897C4
7#8F9BBC
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 | 93AC #93ACF6 | BordersInactive statesPlaceholder text |
| 400 | 5B80 #5B80F1 | Disabled statesSecondary iconsMuted text |
| 500 | 2C5C #2C5CED | Primary brand colorCTAsActive elementsLinks |
| 600 | 1241 #1241CE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0E34 #0E34A4 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A25 #0A2575 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0718 #07184B | 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: #93ACF6;
--royal-blue-400: #5B80F1;
--royal-blue-500: #2C5CED;
--royal-blue-600: #1241CE;
--royal-blue-700: #0E34A4;
--royal-blue-800: #0A2575;
--royal-blue-900: #07184B;
--royal-blue-950: #040F2F;
}