Royal Blue
#518CFB
BlueColor Codes
All color formats for development
HEX
#518CFBRGB
rgb(81, 140, 251)HSL
hsl(219, 96%, 65%)OKLCH
oklch(0.655 0.177 261.7)CMYK
cmyk(68%, 44%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3077FB
2#0F61FA
3#0553E3
4#0447C3
5#033BA2
6#032F82
7#022361
8#011841
9#010C20
Tints
Lighter variations
1#6298FC
2#73A3FC
3#85AFFD
4#96BAFD
5#A8C6FD
6#B9D1FE
7#CBDDFE
8#DCE8FE
9#EEF4FF
Tones
Muted variations
1#598FF3
2#6191EA
3#6A94E2
4#7296D9
5#7B99D1
6#839BC8
7#8C9EBF
8#95A1B7
9#9DA3AE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F5 #F0F5FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCE8 #DCE8FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BED4 #BED4FE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8CB3 #8CB3FD | BordersInactive statesPlaceholder text |
| 400 | 508C #508CFB | Disabled statesSecondary iconsMuted text |
| 500 | 1E6B #1E6BFA | Primary brand colorCTAsActive elementsLinks |
| 600 | 0450 #0450DC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0440 #0440AF | Active/pressed statesDark mode accentsSecondary text |
| 800 | 032D #032D7D | Text on light backgroundsHeadingsStrong borders |
| 900 | 021D #021D50 | Primary textHigh emphasis contentDark headings |
| 950 | 0112 #011232 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F0F5FF;
--royal-blue-100: #DCE8FE;
--royal-blue-200: #BED4FE;
--royal-blue-300: #8CB3FD;
--royal-blue-400: #508CFB;
--royal-blue-500: #1E6BFA;
--royal-blue-600: #0450DC;
--royal-blue-700: #0440AF;
--royal-blue-800: #032D7D;
--royal-blue-900: #021D50;
--royal-blue-950: #011232;
}