Royal Blue
#5583F6
BlueColor Codes
All color formats for development
HEX
#5583F6RGB
rgb(85, 131, 246)HSL
hsl(223, 90%, 65%)OKLCH
oklch(0.636 0.179 265.3)CMYK
cmyk(65%, 47%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#366CF4
2#1655F3
3#0C47DC
4#0A3DBD
5#08339D
6#07287E
7#051E5E
8#03143F
9#020A1F
Tints
Lighter variations
1#668FF7
2#779CF8
3#88A8F9
4#99B5FA
5#AAC1FB
6#BBCDFB
7#CCDAFC
8#DDE6FD
9#EEF3FE
Tones
Muted variations
1#5D86EE
2#658AE6
3#6E8DDE
4#7691D6
5#7E94CE
6#8698C6
7#8E9BBE
8#969FB6
9#9EA2AE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F4 #F0F4FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDE6 #DDE6FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0D1 #C0D1FC | Secondary backgroundsInput backgroundsDividers |
| 300 | 90AD #90ADF9 | BordersInactive statesPlaceholder text |
| 400 | 5583 #5583F6 | Disabled statesSecondary iconsMuted text |
| 500 | 255F #255FF4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0B44 #0B44D5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0936 #0936AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0627 #062779 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0419 #04194E | Primary textHigh emphasis contentDark headings |
| 950 | 0310 #031030 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F0F4FE;
--royal-blue-100: #DDE6FD;
--royal-blue-200: #C0D1FC;
--royal-blue-300: #90ADF9;
--royal-blue-400: #5583F6;
--royal-blue-500: #255FF4;
--royal-blue-600: #0B44D5;
--royal-blue-700: #0936AA;
--royal-blue-800: #062779;
--royal-blue-900: #04194E;
--royal-blue-950: #031030;
}