Royal Blue
#5786F4
BlueColor Codes
All color formats for development
HEX
#5786F4RGB
rgb(87, 134, 244)HSL
hsl(222, 88%, 65%)OKLCH
oklch(0.641 0.172 264.6)CMYK
cmyk(64%, 45%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3870F2
2#195AF0
3#0E4BDA
4#0C40BB
5#0A369C
6#082B7D
7#06205D
8#04153E
9#020B1F
Tints
Lighter variations
1#6892F5
2#799EF6
3#8AABF8
4#9AB7F9
5#ABC3FA
6#BCCFFB
7#CDDBFC
8#DDE7FD
9#EEF3FE
Tones
Muted variations
1#5F89EC
2#678DE5
3#6F90DD
4#7793D5
5#7E96CD
6#8699C5
7#8E9CBD
8#969FB5
9#9EA3AE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F5 #F1F5FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDE7 #DDE7FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1D2 #C1D2FB | Secondary backgroundsInput backgroundsDividers |
| 300 | 91B0 #91B0F8 | BordersInactive statesPlaceholder text |
| 400 | 5786 #5786F4 | Disabled statesSecondary iconsMuted text |
| 500 | 2764 #2764F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0D49 #0D49D3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0B3A #0B3AA8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0829 #082978 | Text on light backgroundsHeadingsStrong borders |
| 900 | 051A #051A4D | 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: #F1F5FE;
--royal-blue-100: #DDE7FD;
--royal-blue-200: #C1D2FB;
--royal-blue-300: #91B0F8;
--royal-blue-400: #5786F4;
--royal-blue-500: #2764F1;
--royal-blue-600: #0D49D3;
--royal-blue-700: #0B3AA8;
--royal-blue-800: #082978;
--royal-blue-900: #051A4D;
--royal-blue-950: #031130;
}