Royal Blue
#2451F5
BlueColor Codes
All color formats for development
HEX
#2451F5RGB
rgb(36, 81, 245)HSL
hsl(227, 91%, 55%)OKLCH
oklch(0.523 0.248 265.5)CMYK
cmyk(85%, 67%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0B3DF1
2#0A36D6
3#0930BC
4#0829A1
5#062286
6#051B6B
7#041450
8#030E36
9#01071B
Tints
Lighter variations
1#3A62F6
2#5074F7
3#6685F8
4#7B97F9
5#91A8FA
6#A7B9FB
7#BDCBFC
8#D3DCFD
9#E9EEFE
Tones
Muted variations
1#2E57EA
2#395DE0
3#4363D5
4#4E69CB
5#586FC0
6#6275B6
7#6D7AAC
8#7780A1
9#828697
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F3 #F0F3FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDE4 #DDE4FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0CD #C0CDFC | Secondary backgroundsInput backgroundsDividers |
| 300 | 8FA6 #8FA6FA | BordersInactive statesPlaceholder text |
| 400 | 5578 #5578F7 | Disabled statesSecondary iconsMuted text |
| 500 | 2451 #2451F5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0A36 #0A36D6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 082B #082BAA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 061F #061F7A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0414 #04144E | Primary textHigh emphasis contentDark headings |
| 950 | 020C #020C31 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F0F3FE;
--royal-blue-100: #DDE4FD;
--royal-blue-200: #C0CDFC;
--royal-blue-300: #8FA6FA;
--royal-blue-400: #5578F7;
--royal-blue-500: #2451F5;
--royal-blue-600: #0A36D6;
--royal-blue-700: #082BAA;
--royal-blue-800: #061F7A;
--royal-blue-900: #04144E;
--royal-blue-950: #020C31;
}