Royal Blue
#2563F4
BlueColor Codes
All color formats for development
HEX
#2563F4RGB
rgb(37, 99, 244)HSL
hsl(222, 90%, 55%)OKLCH
oklch(0.554 0.226 263.3)CMYK
cmyk(85%, 59%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0D51F0
2#0B48D5
3#0A3FBB
4#0836A0
5#072D85
6#06246B
7#041B50
8#031235
9#01091B
Tints
Lighter variations
1#3B73F5
2#5182F6
3#6692F7
4#7CA1F8
5#92B1F9
6#A8C1FA
7#BED0FC
8#D3E0FD
9#E9EFFE
Tones
Muted variations
1#2F67E9
2#3A6BDF
3#446FD5
4#4E73CA
5#5978C0
6#637CB6
7#6D80AB
8#7884A1
9#828897
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F5 #F0F5FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDE7 #DDE7FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0D2 #C0D2FC | Secondary backgroundsInput backgroundsDividers |
| 300 | 90AF #90AFF9 | BordersInactive statesPlaceholder text |
| 400 | 5586 #5586F6 | Disabled statesSecondary iconsMuted text |
| 500 | 2563 #2563F4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0B48 #0B48D5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0939 #0939AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0629 #062979 | Text on light backgroundsHeadingsStrong borders |
| 900 | 041A #041A4E | Primary textHigh emphasis contentDark headings |
| 950 | 0310 #031030 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F0F5FE;
--royal-blue-100: #DDE7FD;
--royal-blue-200: #C0D2FC;
--royal-blue-300: #90AFF9;
--royal-blue-400: #5586F6;
--royal-blue-500: #2563F4;
--royal-blue-600: #0B48D5;
--royal-blue-700: #0939AA;
--royal-blue-800: #062979;
--royal-blue-900: #041A4E;
--royal-blue-950: #031030;
}