Royal Blue
#5679F5
BlueColor Codes
All color formats for development
HEX
#5679F5RGB
rgb(86, 121, 245)HSL
hsl(227, 89%, 65%)OKLCH
oklch(0.616 0.189 268.5)CMYK
cmyk(65%, 51%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3760F3
2#1847F2
3#0D3ADB
4#0B31BC
5#09299D
6#07217D
7#05195E
8#04103F
9#02081F
Tints
Lighter variations
1#6786F6
2#7894F7
3#89A1F8
4#9AAEF9
5#ABBCFA
6#BCC9FB
7#CCD7FC
8#DDE4FD
9#EEF2FE
Tones
Muted variations
1#5E7DED
2#6682E5
3#6E86DD
4#768BD5
5#7E8FCD
6#8694C6
7#8E98BE
8#969DB6
9#9EA1AE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F3 #F1F3FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDE4 #DDE4FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0CD #C0CDFB | Secondary backgroundsInput backgroundsDividers |
| 300 | 90A7 #90A7F9 | BordersInactive statesPlaceholder text |
| 400 | 5679 #5679F5 | Disabled statesSecondary iconsMuted text |
| 500 | 2652 #2652F2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0C38 #0C38D4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0A2C #0A2CA9 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0720 #072078 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0414 #04144D | Primary textHigh emphasis contentDark headings |
| 950 | 030D #030D30 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F1F3FE;
--royal-blue-100: #DDE4FD;
--royal-blue-200: #C0CDFB;
--royal-blue-300: #90A7F9;
--royal-blue-400: #5679F5;
--royal-blue-500: #2652F2;
--royal-blue-600: #0C38D4;
--royal-blue-700: #0A2CA9;
--royal-blue-800: #072078;
--royal-blue-900: #04144D;
--royal-blue-950: #030D30;
}