Royal Blue
#5E89ED
BlueColor Codes
All color formats for development
HEX
#5E89EDRGB
rgb(94, 137, 237)HSL
hsl(222, 80%, 65%)OKLCH
oklch(0.647 0.157 264.8)CMYK
cmyk(60%, 42%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4173EA
2#235DE7
3#174FD1
4#1444B3
5#113895
6#0D2D77
7#0A225A
8#07173C
9#030B1E
Tints
Lighter variations
1#6E95EF
2#7EA1F1
3#8FADF3
4#9FB8F4
5#AFC4F6
6#BFD0F8
7#CFDCFA
8#DFE7FB
9#EFF3FD
Tones
Muted variations
1#658CE6
2#6D8FDF
3#7492D8
4#7B95D1
5#8297C9
6#899AC2
7#909DBB
8#97A0B4
9#9FA3AD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F5 #F1F5FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFE7 #DFE7FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3D3 #C3D3F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95B2 #95B2F3 | BordersInactive statesPlaceholder text |
| 400 | 5E89 #5E89ED | Disabled statesSecondary iconsMuted text |
| 500 | 3068 #3068E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 164C #164CCA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 123D #123DA1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D2B #0D2B73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 081C #081C49 | Primary textHigh emphasis contentDark headings |
| 950 | 0511 #05112E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F1F5FD;
--royal-blue-100: #DFE7FB;
--royal-blue-200: #C3D3F8;
--royal-blue-300: #95B2F3;
--royal-blue-400: #5E89ED;
--royal-blue-500: #3068E8;
--royal-blue-600: #164CCA;
--royal-blue-700: #123DA1;
--royal-blue-800: #0D2B73;
--royal-blue-900: #081C49;
--royal-blue-950: #05112E;
}