Royal Blue
#2749F1
BlueColor Codes
All color formats for development
HEX
#2749F1RGB
rgb(39, 73, 241)HSL
hsl(230, 88%, 55%)OKLCH
oklch(0.507 0.251 266.7)CMYK
cmyk(84%, 70%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0F34ED
2#0D2ED3
3#0C29B9
4#0A239E
5#081D84
6#071769
7#05114F
8#030C35
9#02061A
Tints
Lighter variations
1#3D5BF3
2#526DF4
3#6880F5
4#7E92F7
5#93A4F8
6#A9B6F9
7#BEC8FB
8#D4DBFC
9#E9EDFE
Tones
Muted variations
1#3150E7
2#3B56DD
3#465DD3
4#5064C9
5#5A6BBF
6#6471B5
7#6E78AB
8#787FA0
9#828696
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F3 #F1F3FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDE3 #DDE3FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1CA #C1CAFB | Secondary backgroundsInput backgroundsDividers |
| 300 | 91A2 #91A2F8 | BordersInactive statesPlaceholder text |
| 400 | 5771 #5771F4 | Disabled statesSecondary iconsMuted text |
| 500 | 2749 #2749F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0D2E #0D2ED3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0B25 #0B25A8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 081A #081A78 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0511 #05114D | Primary textHigh emphasis contentDark headings |
| 950 | 030B #030B30 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F1F3FE;
--royal-blue-100: #DDE3FD;
--royal-blue-200: #C1CAFB;
--royal-blue-300: #91A2F8;
--royal-blue-400: #5771F4;
--royal-blue-500: #2749F1;
--royal-blue-600: #0D2ED3;
--royal-blue-700: #0B25A8;
--royal-blue-800: #081A78;
--royal-blue-900: #05114D;
--royal-blue-950: #030B30;
}