Royal Blue
#5E87ED
BlueColor Codes
All color formats for development
HEX
#5E87EDRGB
rgb(94, 135, 237)HSL
hsl(223, 80%, 65%)OKLCH
oklch(0.642 0.159 265.6)CMYK
cmyk(60%, 43%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4170EA
2#235AE7
3#174CD1
4#1441B3
5#113695
6#0D2B77
7#0A205A
8#07163C
9#030B1E
Tints
Lighter variations
1#6E93EF
2#7E9FF1
3#8FABF3
4#9FB7F4
5#AFC3F6
6#BFCFF8
7#CFDBFA
8#DFE7FB
9#EFF3FD
Tones
Muted variations
1#658AE6
2#6D8DDF
3#7490D8
4#7B93D1
5#8296C9
6#8999C2
7#909CBB
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 | C3D2 #C3D2F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95B0 #95B0F3 | BordersInactive statesPlaceholder text |
| 400 | 5E87 #5E87ED | Disabled statesSecondary iconsMuted text |
| 500 | 3064 #3064E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1649 #1649CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 123A #123AA1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D2A #0D2A73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 081B #081B49 | 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: #C3D2F8;
--royal-blue-300: #95B0F3;
--royal-blue-400: #5E87ED;
--royal-blue-500: #3064E8;
--royal-blue-600: #1649CA;
--royal-blue-700: #123AA1;
--royal-blue-800: #0D2A73;
--royal-blue-900: #081B49;
--royal-blue-950: #05112E;
}