Royal Blue
#5189FB
BlueColor Codes
All color formats for development
HEX
#5189FBRGB
rgb(81, 137, 251)HSL
hsl(220, 96%, 65%)OKLCH
oklch(0.649 0.18 262.7)CMYK
cmyk(68%, 45%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3073FB
2#0F5DFA
3#054FE3
4#0444C3
5#0338A2
6#032D82
7#022261
8#011741
9#010B20
Tints
Lighter variations
1#6295FC
2#73A1FC
3#85ADFD
4#96B8FD
5#A8C4FD
6#B9D0FE
7#CBDCFE
8#DCE7FE
9#EEF3FF
Tones
Muted variations
1#598CF3
2#618FEA
3#6A92E2
4#7295D9
5#7B97D1
6#839AC8
7#8C9DBF
8#95A0B7
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 | BED3 #BED3FE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8CB2 #8CB2FD | BordersInactive statesPlaceholder text |
| 400 | 5089 #5089FB | Disabled statesSecondary iconsMuted text |
| 500 | 1E68 #1E68FA | Primary brand colorCTAsActive elementsLinks |
| 600 | 044C #044CDC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 043D #043DAF | Active/pressed statesDark mode accentsSecondary text |
| 800 | 032B #032B7D | Text on light backgroundsHeadingsStrong borders |
| 900 | 021C #021C50 | 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: #BED3FE;
--royal-blue-300: #8CB2FD;
--royal-blue-400: #5089FB;
--royal-blue-500: #1E68FA;
--royal-blue-600: #044CDC;
--royal-blue-700: #043DAF;
--royal-blue-800: #032B7D;
--royal-blue-900: #021C50;
--royal-blue-950: #011132;
}