Royal Blue
#2440F5
BlueColor Codes
All color formats for development
HEX
#2440F5RGB
rgb(36, 64, 245)HSL
hsl(232, 91%, 55%)OKLCH
oklch(0.497 0.265 266.9)CMYK
cmyk(85%, 74%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0B2AF1
2#0A25D6
3#0921BC
4#081CA1
5#061786
6#05136B
7#040E50
8#030936
9#01051B
Tints
Lighter variations
1#3A53F6
2#5066F7
3#6679F8
4#7B8CF9
5#919FFA
6#A7B2FB
7#BDC6FC
8#D3D9FD
9#E9ECFE
Tones
Muted variations
1#2E47EA
2#394FE0
3#4357D5
4#4E5ECB
5#5866C0
6#626EB6
7#6D75AC
8#777DA1
9#828597
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F2 #F0F2FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDE1 #DDE1FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0C8 #C0C8FC | Secondary backgroundsInput backgroundsDividers |
| 300 | 8F9D #8F9DFA | BordersInactive statesPlaceholder text |
| 400 | 556A #556AF7 | Disabled statesSecondary iconsMuted text |
| 500 | 2440 #2440F5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0A25 #0A25D6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 081E #081EAA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0615 #06157A | Text on light backgroundsHeadingsStrong borders |
| 900 | 040E #040E4E | Primary textHigh emphasis contentDark headings |
| 950 | 0208 #020831 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F0F2FE;
--royal-blue-100: #DDE1FD;
--royal-blue-200: #C0C8FC;
--royal-blue-300: #8F9DFA;
--royal-blue-400: #556AF7;
--royal-blue-500: #2440F5;
--royal-blue-600: #0A25D6;
--royal-blue-700: #081EAA;
--royal-blue-800: #06157A;
--royal-blue-900: #040E4E;
--royal-blue-950: #020831;
}