Royal Blue
#2455F5
BlueColor Codes
All color formats for development
HEX
#2455F5RGB
rgb(36, 85, 245)HSL
hsl(226, 91%, 55%)OKLCH
oklch(0.529 0.244 265.1)CMYK
cmyk(85%, 65%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0B41F1
2#0A3AD6
3#0933BC
4#082BA1
5#062486
6#051D6B
7#041650
8#030E36
9#01071B
Tints
Lighter variations
1#3A66F6
2#5077F7
3#6688F8
4#7B99F9
5#91AAFA
6#A7BBFB
7#BDCCFC
8#D3DDFD
9#E9EEFE
Tones
Muted variations
1#2E5AEA
2#3960E0
3#4365D5
4#4E6BCB
5#5870C0
6#6276B6
7#6D7CAC
8#7781A1
9#828797
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F4 #F0F4FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDE4 #DDE4FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0CE #C0CEFC | Secondary backgroundsInput backgroundsDividers |
| 300 | 8FA8 #8FA8FA | BordersInactive statesPlaceholder text |
| 400 | 557A #557AF7 | Disabled statesSecondary iconsMuted text |
| 500 | 2455 #2455F5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0A3A #0A3AD6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 082E #082EAA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0621 #06217A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0415 #04154E | Primary textHigh emphasis contentDark headings |
| 950 | 020D #020D31 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F0F4FE;
--royal-blue-100: #DDE4FD;
--royal-blue-200: #C0CEFC;
--royal-blue-300: #8FA8FA;
--royal-blue-400: #557AF7;
--royal-blue-500: #2455F5;
--royal-blue-600: #0A3AD6;
--royal-blue-700: #082EAA;
--royal-blue-800: #06217A;
--royal-blue-900: #04154E;
--royal-blue-950: #020D31;
}