Royal Blue
#5B6CF1
BlueColor Codes
All color formats for development
HEX
#5B6CF1RGB
rgb(91, 108, 241)HSL
hsl(233, 84%, 65%)OKLCH
oklch(0.591 0.199 273.2)CMYK
cmyk(62%, 55%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3C51EE
2#1E36EB
3#1329D5
4#1023B7
5#0D1E98
6#0B187A
7#08125B
8#050C3D
9#03061E
Tints
Lighter variations
1#6B7BF2
2#7C8AF4
3#8C98F5
4#9CA7F6
5#ADB6F8
6#BDC4F9
7#CED3FB
8#DEE2FC
9#EFF0FE
Tones
Muted variations
1#6272E9
2#6A78E2
3#717EDA
4#7983D3
5#8089CB
6#888FC4
7#8F95BC
8#979AB5
9#9EA0AD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F2 #F1F2FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEE2 #DEE2FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2C9 #C2C9FA | Secondary backgroundsInput backgroundsDividers |
| 300 | 939F #939FF6 | BordersInactive statesPlaceholder text |
| 400 | 5B6C #5B6CF1 | Disabled statesSecondary iconsMuted text |
| 500 | 2C42 #2C42ED | Primary brand colorCTAsActive elementsLinks |
| 600 | 1228 #1228CE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0E20 #0E20A4 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A17 #0A1775 | Text on light backgroundsHeadingsStrong borders |
| 900 | 070F #070F4B | Primary textHigh emphasis contentDark headings |
| 950 | 0409 #04092F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F1F2FE;
--royal-blue-100: #DEE2FC;
--royal-blue-200: #C2C9FA;
--royal-blue-300: #939FF6;
--royal-blue-400: #5B6CF1;
--royal-blue-500: #2C42ED;
--royal-blue-600: #1228CE;
--royal-blue-700: #0E20A4;
--royal-blue-800: #0A1775;
--royal-blue-900: #070F4B;
--royal-blue-950: #04092F;
}