Royal Blue
#5488F8
BlueColor Codes
All color formats for development
HEX
#5488F8RGB
rgb(84, 136, 248)HSL
hsl(221, 92%, 65%)OKLCH
oklch(0.646 0.176 263.5)CMYK
cmyk(66%, 45%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3471F7
2#145BF5
3#094DDF
4#0842BF
5#07379F
6#052C7F
7#04215F
8#031640
9#010B20
Tints
Lighter variations
1#6594F9
2#76A0F9
3#87ABFA
4#98B7FB
5#A9C3FB
6#BACFFC
7#CCDBFD
8#DDE7FE
9#EEF3FE
Tones
Muted variations
1#5C8BF0
2#648EE7
3#6C91DF
4#7494D7
5#7D97CF
6#859AC7
7#8D9DBE
8#95A0B6
9#9EA3AE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F5 #F0F5FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDE7 #DDE7FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFD3 #BFD3FC | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EB1 #8EB1FA | BordersInactive statesPlaceholder text |
| 400 | 5488 #5488F8 | Disabled statesSecondary iconsMuted text |
| 500 | 2366 #2366F6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 094A #094AD7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 073B #073BAB | Active/pressed statesDark mode accentsSecondary text |
| 800 | 052A #052A7A | Text on light backgroundsHeadingsStrong borders |
| 900 | 031B #031B4E | Primary textHigh emphasis contentDark headings |
| 950 | 0211 #021131 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F0F5FE;
--royal-blue-100: #DDE7FE;
--royal-blue-200: #BFD3FC;
--royal-blue-300: #8EB1FA;
--royal-blue-400: #5488F8;
--royal-blue-500: #2366F6;
--royal-blue-600: #094AD7;
--royal-blue-700: #073BAB;
--royal-blue-800: #052A7A;
--royal-blue-900: #031B4E;
--royal-blue-950: #021131;
}