Royal Blue
#5B88F1
BlueColor Codes
All color formats for development
HEX
#5B88F1RGB
rgb(91, 136, 241)HSL
hsl(222, 84%, 65%)OKLCH
oklch(0.645 0.165 264.7)CMYK
cmyk(62%, 44%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3C72EE
2#1E5BEB
3#134DD5
4#1042B7
5#0D3798
6#0B2C7A
7#08215B
8#05163D
9#030B1E
Tints
Lighter variations
1#6B94F2
2#7CA0F4
3#8CACF5
4#9CB7F6
5#ADC3F8
6#BDCFF9
7#CEDBFB
8#DEE7FC
9#EFF3FE
Tones
Muted variations
1#628BE9
2#6A8EE2
3#7191DA
4#7994D3
5#8097CB
6#889AC4
7#8F9DBC
8#97A0B5
9#9EA3AD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F5 #F1F5FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEE7 #DEE7FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2D3 #C2D3FA | Secondary backgroundsInput backgroundsDividers |
| 300 | 93B1 #93B1F6 | BordersInactive statesPlaceholder text |
| 400 | 5B88 #5B88F1 | Disabled statesSecondary iconsMuted text |
| 500 | 2C66 #2C66ED | Primary brand colorCTAsActive elementsLinks |
| 600 | 124B #124BCE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0E3B #0E3BA4 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A2A #0A2A75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 071B #071B4B | Primary textHigh emphasis contentDark headings |
| 950 | 0411 #04112F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F1F5FE;
--royal-blue-100: #DEE7FC;
--royal-blue-200: #C2D3FA;
--royal-blue-300: #93B1F6;
--royal-blue-400: #5B88F1;
--royal-blue-500: #2C66ED;
--royal-blue-600: #124BCE;
--royal-blue-700: #0E3BA4;
--royal-blue-800: #0A2A75;
--royal-blue-900: #071B4B;
--royal-blue-950: #04112F;
}