Royal Blue
#5482F8
BlueColor Codes
All color formats for development
HEX
#5482F8RGB
rgb(84, 130, 248)HSL
hsl(223, 92%, 65%)OKLCH
oklch(0.634 0.183 265.5)CMYK
cmyk(66%, 48%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#346BF7
2#1454F5
3#0946DF
4#083CBF
5#07329F
6#05287F
7#041E5F
8#031440
9#010A20
Tints
Lighter variations
1#658FF9
2#769BF9
3#87A8FA
4#98B4FB
5#A9C1FB
6#BACDFC
7#CCDAFD
8#DDE6FE
9#EEF3FE
Tones
Muted variations
1#5C86F0
2#6489E7
3#6C8DDF
4#7490D7
5#7D94CF
6#8598C7
7#8D9BBE
8#959FB6
9#9EA2AE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F4 #F0F4FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDE6 #DDE6FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFD1 #BFD1FC | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EAD #8EADFA | BordersInactive statesPlaceholder text |
| 400 | 5482 #5482F8 | Disabled statesSecondary iconsMuted text |
| 500 | 235F #235FF6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0943 #0943D7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0736 #0736AB | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0526 #05267A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0319 #03194E | Primary textHigh emphasis contentDark headings |
| 950 | 020F #020F31 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F0F4FE;
--royal-blue-100: #DDE6FE;
--royal-blue-200: #BFD1FC;
--royal-blue-300: #8EADFA;
--royal-blue-400: #5482F8;
--royal-blue-500: #235FF6;
--royal-blue-600: #0943D7;
--royal-blue-700: #0736AB;
--royal-blue-800: #05267A;
--royal-blue-900: #03194E;
--royal-blue-950: #020F31;
}