Royal Blue
#5586F6
BlueColor Codes
All color formats for development
HEX
#5586F6RGB
rgb(85, 134, 246)HSL
hsl(222, 90%, 65%)OKLCH
oklch(0.642 0.176 264.3)CMYK
cmyk(65%, 46%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#366FF4
2#1659F3
3#0C4ADC
4#0A40BD
5#08359D
6#072A7E
7#05205E
8#03153F
9#020B1F
Tints
Lighter variations
1#6692F7
2#779EF8
3#88AAF9
4#99B6FA
5#AAC2FB
6#BBCEFB
7#CCDBFC
8#DDE7FD
9#EEF3FE
Tones
Muted variations
1#5D89EE
2#658CE6
3#6E8FDE
4#7692D6
5#7E96CE
6#8699C6
7#8E9CBE
8#969FB6
9#9EA3AE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F5 #F0F5FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDE7 #DDE7FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0D2 #C0D2FC | Secondary backgroundsInput backgroundsDividers |
| 300 | 90AF #90AFF9 | BordersInactive statesPlaceholder text |
| 400 | 5586 #5586F6 | Disabled statesSecondary iconsMuted text |
| 500 | 2563 #2563F4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0B48 #0B48D5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0939 #0939AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0629 #062979 | Text on light backgroundsHeadingsStrong borders |
| 900 | 041A #041A4E | Primary textHigh emphasis contentDark headings |
| 950 | 0310 #031030 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F0F5FE;
--royal-blue-100: #DDE7FD;
--royal-blue-200: #C0D2FC;
--royal-blue-300: #90AFF9;
--royal-blue-400: #5586F6;
--royal-blue-500: #2563F4;
--royal-blue-600: #0B48D5;
--royal-blue-700: #0939AA;
--royal-blue-800: #062979;
--royal-blue-900: #041A4E;
--royal-blue-950: #031030;
}