Royal Blue
#5B6FF1
BlueColor Codes
All color formats for development
HEX
#5B6FF1RGB
rgb(91, 111, 241)HSL
hsl(232, 84%, 65%)OKLCH
oklch(0.597 0.195 272.5)CMYK
cmyk(62%, 54%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3C54EE
2#1E39EB
3#132DD5
4#1026B7
5#0D2098
6#0B197A
7#08135B
8#050D3D
9#03061E
Tints
Lighter variations
1#6B7DF2
2#7C8CF4
3#8C9AF5
4#9CA8F6
5#ADB7F8
6#BDC5F9
7#CED4FB
8#DEE2FC
9#EFF1FE
Tones
Muted variations
1#6274E9
2#6A7AE2
3#717FDA
4#7985D3
5#808ACB
6#8890C4
7#8F95BC
8#979BB5
9#9EA0AD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F3 #F1F3FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEE2 #DEE2FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2C9 #C2C9FA | Secondary backgroundsInput backgroundsDividers |
| 300 | 93A0 #93A0F6 | BordersInactive statesPlaceholder text |
| 400 | 5B6F #5B6FF1 | Disabled statesSecondary iconsMuted text |
| 500 | 2C46 #2C46ED | Primary brand colorCTAsActive elementsLinks |
| 600 | 122B #122BCE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0E22 #0E22A4 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A18 #0A1875 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0710 #07104B | Primary textHigh emphasis contentDark headings |
| 950 | 040A #040A2F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F1F3FE;
--royal-blue-100: #DEE2FC;
--royal-blue-200: #C2C9FA;
--royal-blue-300: #93A0F6;
--royal-blue-400: #5B6FF1;
--royal-blue-500: #2C46ED;
--royal-blue-600: #122BCE;
--royal-blue-700: #0E22A4;
--royal-blue-800: #0A1875;
--royal-blue-900: #07104B;
--royal-blue-950: #040A2F;
}