Royal Blue
#5485F8
BlueColor Codes
All color formats for development
HEX
#5485F8RGB
rgb(84, 133, 248)HSL
hsl(222, 92%, 65%)OKLCH
oklch(0.64 0.18 264.5)CMYK
cmyk(66%, 46%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#346EF7
2#1458F5
3#0949DF
4#083FBF
5#07349F
6#052A7F
7#041F5F
8#031540
9#010A20
Tints
Lighter variations
1#6591F9
2#769DF9
3#87AAFA
4#98B6FB
5#A9C2FB
6#BACEFC
7#CCDAFD
8#DDE7FE
9#EEF3FE
Tones
Muted variations
1#5C88F0
2#648BE7
3#6C8FDF
4#7492D7
5#7D95CF
6#8599C7
7#8D9CBE
8#959FB6
9#9EA2AE
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 | BFD2 #BFD2FC | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EAF #8EAFFA | BordersInactive statesPlaceholder text |
| 400 | 5485 #5485F8 | Disabled statesSecondary iconsMuted text |
| 500 | 2362 #2362F6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0947 #0947D7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0738 #0738AB | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0528 #05287A | Text on light backgroundsHeadingsStrong borders |
| 900 | 031A #031A4E | Primary textHigh emphasis contentDark headings |
| 950 | 0210 #021031 | 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: #BFD2FC;
--royal-blue-300: #8EAFFA;
--royal-blue-400: #5485F8;
--royal-blue-500: #2362F6;
--royal-blue-600: #0947D7;
--royal-blue-700: #0738AB;
--royal-blue-800: #05287A;
--royal-blue-900: #031A4E;
--royal-blue-950: #021031;
}