Royal Blue
#2746F1
BlueColor Codes
All color formats for development
HEX
#2746F1RGB
rgb(39, 70, 241)HSL
hsl(231, 88%, 55%)OKLCH
oklch(0.502 0.254 267)CMYK
cmyk(84%, 71%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0F30ED
2#0D2BD3
3#0C26B9
4#0A209E
5#081B84
6#071669
7#05104F
8#030B35
9#02051A
Tints
Lighter variations
1#3D58F3
2#526BF4
3#687DF5
4#7E90F7
5#93A2F8
6#A9B5F9
7#BEC7FB
8#D4DAFC
9#E9ECFE
Tones
Muted variations
1#314DE7
2#3B54DD
3#465BD3
4#5062C9
5#5A69BF
6#6470B5
7#6E77AB
8#787EA0
9#828596
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F3 #F1F3FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDE2 #DDE2FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1C9 #C1C9FB | Secondary backgroundsInput backgroundsDividers |
| 300 | 91A0 #91A0F8 | BordersInactive statesPlaceholder text |
| 400 | 576F #576FF4 | Disabled statesSecondary iconsMuted text |
| 500 | 2746 #2746F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0D2B #0D2BD3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0B22 #0B22A8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0818 #081878 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0510 #05104D | Primary textHigh emphasis contentDark headings |
| 950 | 030A #030A30 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F1F3FE;
--royal-blue-100: #DDE2FD;
--royal-blue-200: #C1C9FB;
--royal-blue-300: #91A0F8;
--royal-blue-400: #576FF4;
--royal-blue-500: #2746F1;
--royal-blue-600: #0D2BD3;
--royal-blue-700: #0B22A8;
--royal-blue-800: #081878;
--royal-blue-900: #05104D;
--royal-blue-950: #030A30;
}