Royal Blue
#2462F5
BlueColor Codes
All color formats for development
HEX
#2462F5RGB
rgb(36, 98, 245)HSL
hsl(222, 91%, 55%)OKLCH
oklch(0.552 0.229 263.4)CMYK
cmyk(85%, 60%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0B50F1
2#0A47D6
3#093EBC
4#0836A1
5#062D86
6#05246B
7#041B50
8#031236
9#01091B
Tints
Lighter variations
1#3A72F6
2#5082F7
3#6691F8
4#7BA1F9
5#91B1FA
6#A7C0FB
7#BDD0FC
8#D3E0FD
9#E9EFFE
Tones
Muted variations
1#2E67EA
2#396BE0
3#436FD5
4#4E73CB
5#5877C0
6#627CB6
7#6D80AC
8#7784A1
9#828897
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F5 #F0F5FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDE7 #DDE7FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0D2 #C0D2FC | Secondary backgroundsInput backgroundsDividers |
| 300 | 8FAF #8FAFFA | BordersInactive statesPlaceholder text |
| 400 | 5585 #5585F7 | Disabled statesSecondary iconsMuted text |
| 500 | 2462 #2462F5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0A47 #0A47D6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0839 #0839AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0629 #06297A | Text on light backgroundsHeadingsStrong borders |
| 900 | 041A #041A4E | Primary textHigh emphasis contentDark headings |
| 950 | 0210 #021031 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F0F5FE;
--royal-blue-100: #DDE7FD;
--royal-blue-200: #C0D2FC;
--royal-blue-300: #8FAFFA;
--royal-blue-400: #5585F7;
--royal-blue-500: #2462F5;
--royal-blue-600: #0A47D6;
--royal-blue-700: #0839AA;
--royal-blue-800: #06297A;
--royal-blue-900: #041A4E;
--royal-blue-950: #021031;
}