Royal Blue
#5588F6
BlueColor Codes
All color formats for development
HEX
#5588F6RGB
rgb(85, 136, 246)HSL
hsl(221, 90%, 65%)OKLCH
oklch(0.646 0.173 263.6)CMYK
cmyk(65%, 45%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3672F4
2#165CF3
3#0C4EDC
4#0A43BD
5#08389D
6#072C7E
7#05215E
8#03163F
9#020B1F
Tints
Lighter variations
1#6694F7
2#77A0F8
3#88ACF9
4#99B8FA
5#AAC4FB
6#BBD0FB
7#CCDBFC
8#DDE7FD
9#EEF3FE
Tones
Muted variations
1#5D8BEE
2#658EE6
3#6E91DE
4#7694D6
5#7E97CE
6#869AC6
7#8E9DBE
8#96A0B6
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 | C0D3 #C0D3FC | Secondary backgroundsInput backgroundsDividers |
| 300 | 90B1 #90B1F9 | BordersInactive statesPlaceholder text |
| 400 | 5588 #5588F6 | Disabled statesSecondary iconsMuted text |
| 500 | 2566 #2566F4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0B4B #0B4BD5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 093C #093CAA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 062B #062B79 | Text on light backgroundsHeadingsStrong borders |
| 900 | 041B #041B4E | Primary textHigh emphasis contentDark headings |
| 950 | 0311 #031130 | 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: #C0D3FC;
--royal-blue-300: #90B1F9;
--royal-blue-400: #5588F6;
--royal-blue-500: #2566F4;
--royal-blue-600: #0B4BD5;
--royal-blue-700: #093CAA;
--royal-blue-800: #062B79;
--royal-blue-900: #041B4E;
--royal-blue-950: #031130;
}