Royal Blue
#245CF5
BlueColor Codes
All color formats for development
HEX
#245CF5RGB
rgb(36, 92, 245)HSL
hsl(224, 91%, 55%)OKLCH
oklch(0.542 0.236 264.3)CMYK
cmyk(85%, 62%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0B49F1
2#0A41D6
3#0938BC
4#0830A1
5#062886
6#05206B
7#041850
8#031036
9#01081B
Tints
Lighter variations
1#3A6CF6
2#507CF7
3#668DF8
4#7B9DF9
5#91ADFA
6#A7BEFB
7#BDCEFC
8#D3DEFD
9#E9EFFE
Tones
Muted variations
1#2E60EA
2#3965E0
3#436AD5
4#4E6FCB
5#5874C0
6#6279B6
7#6D7EAC
8#7783A1
9#828797
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F4 #F0F4FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDE6 #DDE6FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0D0 #C0D0FC | Secondary backgroundsInput backgroundsDividers |
| 300 | 8FAB #8FABFA | BordersInactive statesPlaceholder text |
| 400 | 5580 #5580F7 | Disabled statesSecondary iconsMuted text |
| 500 | 245C #245CF5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0A41 #0A41D6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0833 #0833AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0625 #06257A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0417 #04174E | Primary textHigh emphasis contentDark headings |
| 950 | 020F #020F31 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F0F4FE;
--royal-blue-100: #DDE6FD;
--royal-blue-200: #C0D0FC;
--royal-blue-300: #8FABFA;
--royal-blue-400: #5580F7;
--royal-blue-500: #245CF5;
--royal-blue-600: #0A41D6;
--royal-blue-700: #0833AA;
--royal-blue-800: #06257A;
--royal-blue-900: #04174E;
--royal-blue-950: #020F31;
}