Royal Blue
#5187FB
BlueColor Codes
All color formats for development
HEX
#5187FBRGB
rgb(81, 135, 251)HSL
hsl(221, 96%, 65%)OKLCH
oklch(0.645 0.182 263.4)CMYK
cmyk(68%, 46%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3070FB
2#0F5AFA
3#054BE3
4#0440C3
5#0336A2
6#032B82
7#022061
8#011541
9#010B20
Tints
Lighter variations
1#6292FC
2#739EFC
3#85ABFD
4#96B7FD
5#A8C3FD
6#B9CFFE
7#CBDBFE
8#DCE7FE
9#EEF3FF
Tones
Muted variations
1#5989F3
2#618DEA
3#6A90E2
4#7293D9
5#7B96D1
6#8399C8
7#8C9CBF
8#959FB7
9#9DA3AE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F5 #F0F5FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCE7 #DCE7FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BED2 #BED2FE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8CB0 #8CB0FD | BordersInactive statesPlaceholder text |
| 400 | 5086 #5086FB | Disabled statesSecondary iconsMuted text |
| 500 | 1E64 #1E64FA | Primary brand colorCTAsActive elementsLinks |
| 600 | 0449 #0449DC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 043A #043AAF | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0329 #03297D | Text on light backgroundsHeadingsStrong borders |
| 900 | 021A #021A50 | Primary textHigh emphasis contentDark headings |
| 950 | 0111 #011132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F0F5FF;
--royal-blue-100: #DCE7FE;
--royal-blue-200: #BED2FE;
--royal-blue-300: #8CB0FD;
--royal-blue-400: #5086FB;
--royal-blue-500: #1E64FA;
--royal-blue-600: #0449DC;
--royal-blue-700: #043AAF;
--royal-blue-800: #03297D;
--royal-blue-900: #021A50;
--royal-blue-950: #011132;
}