Royal Blue
#2443F5
BlueColor Codes
All color formats for development
HEX
#2443F5RGB
rgb(36, 67, 245)HSL
hsl(231, 91%, 55%)OKLCH
oklch(0.501 0.262 266.7)CMYK
cmyk(85%, 73%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0B2EF1
2#0A29D6
3#0924BC
4#081FA1
5#061986
6#05146B
7#040F50
8#030A36
9#01051B
Tints
Lighter variations
1#3A56F6
2#5069F7
3#667CF8
4#7B8EF9
5#91A1FA
6#A7B4FB
7#BDC7FC
8#D3D9FD
9#E9ECFE
Tones
Muted variations
1#2E4AEA
2#3952E0
3#4359D5
4#4E60CB
5#5868C0
6#626FB6
7#6D76AC
8#777EA1
9#828597
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F2 #F0F2FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDE2 #DDE2FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0C9 #C0C9FC | Secondary backgroundsInput backgroundsDividers |
| 300 | 8F9F #8F9FFA | BordersInactive statesPlaceholder text |
| 400 | 556D #556DF7 | Disabled statesSecondary iconsMuted text |
| 500 | 2443 #2443F5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0A29 #0A29D6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0820 #0820AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0617 #06177A | Text on light backgroundsHeadingsStrong borders |
| 900 | 040F #040F4E | Primary textHigh emphasis contentDark headings |
| 950 | 0209 #020931 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F0F2FE;
--royal-blue-100: #DDE2FD;
--royal-blue-200: #C0C9FC;
--royal-blue-300: #8F9FFA;
--royal-blue-400: #556DF7;
--royal-blue-500: #2443F5;
--royal-blue-600: #0A29D6;
--royal-blue-700: #0820AA;
--royal-blue-800: #06177A;
--royal-blue-900: #040F4E;
--royal-blue-950: #020931;
}