Royal Blue
#5083FB
BlueColor Codes
All color formats for development
HEX
#5083FBRGB
rgb(80, 131, 251)HSL
hsl(222, 96%, 65%)OKLCH
oklch(0.637 0.187 264.4)CMYK
cmyk(68%, 48%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#306DFB
2#0F56FA
3#0547E3
4#043DC3
5#0333A2
6#032982
7#021F61
8#011441
9#010A20
Tints
Lighter variations
1#6290FC
2#739CFC
3#85A9FD
4#96B5FD
5#A8C1FD
6#B9CEFE
7#CBDAFE
8#DCE6FE
9#EEF3FF
Tones
Muted variations
1#5987F3
2#618AEA
3#6A8EE2
4#7291D9
5#7B95D1
6#8398C8
7#8C9BBF
8#959FB7
9#9DA2AE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F4 #F0F4FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCE6 #DCE6FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BED1 #BED1FE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8CAE #8CAEFD | BordersInactive statesPlaceholder text |
| 400 | 5083 #5083FB | Disabled statesSecondary iconsMuted text |
| 500 | 1E60 #1E60FA | Primary brand colorCTAsActive elementsLinks |
| 600 | 0445 #0445DC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0437 #0437AF | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0327 #03277D | Text on light backgroundsHeadingsStrong borders |
| 900 | 0219 #021950 | Primary textHigh emphasis contentDark headings |
| 950 | 0110 #011032 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F0F4FF;
--royal-blue-100: #DCE6FE;
--royal-blue-200: #BED1FE;
--royal-blue-300: #8CAEFD;
--royal-blue-400: #5083FB;
--royal-blue-500: #1E60FA;
--royal-blue-600: #0445DC;
--royal-blue-700: #0437AF;
--royal-blue-800: #03277D;
--royal-blue-900: #021950;
--royal-blue-950: #011032;
}