Royal Blue
#5F87EC
BlueColor Codes
All color formats for development
HEX
#5F87ECRGB
rgb(95, 135, 236)HSL
hsl(223, 79%, 65%)OKLCH
oklch(0.642 0.158 265.9)CMYK
cmyk(60%, 43%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4271E9
2#245BE5
3#184CD0
4#1541B2
5#113794
6#0E2C77
7#0A2159
8#07163B
9#030B1E
Tints
Lighter variations
1#6F93EE
2#7F9FF0
3#8FABF2
4#9FB7F4
5#AFC3F6
6#BFCFF8
7#CFDBF9
8#DFE7FB
9#EFF3FD
Tones
Muted variations
1#668AE5
2#6D8DDE
3#7490D7
4#7B93D0
5#8296C9
6#8A9AC2
7#919DBB
8#98A0B4
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 | C4D3 #C4D3F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 96B0 #96B0F3 | BordersInactive statesPlaceholder text |
| 400 | 5F87 #5F87EC | Disabled statesSecondary iconsMuted text |
| 500 | 3265 #3265E7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 184A #184AC9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 133B #133BA0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D2A #0D2A72 | Text on light backgroundsHeadingsStrong borders |
| 900 | 091B #091B49 | 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: #C4D3F8;
--royal-blue-300: #96B0F3;
--royal-blue-400: #5F87EC;
--royal-blue-500: #3265E7;
--royal-blue-600: #184AC9;
--royal-blue-700: #133BA0;
--royal-blue-800: #0D2A72;
--royal-blue-900: #091B49;
--royal-blue-950: #05112E;
}