Royal Blue
#2F45E9
BlueColor Codes
All color formats for development
HEX
#2F45E9RGB
rgb(47, 69, 233)HSL
hsl(233, 81%, 55%)OKLCH
oklch(0.496 0.244 268.6)CMYK
cmyk(80%, 70%, 0%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1830E4
2#152BCB
3#1325B2
4#102098
5#0D1B7F
6#0B1566
7#08104C
8#050B33
9#030519
Tints
Lighter variations
1#4458EB
2#596AEE
3#6E7DF0
4#828FF2
5#97A2F4
6#ACB5F6
7#C1C7F8
8#D5DAFB
9#EAECFD
Tones
Muted variations
1#394CE0
2#4253D7
3#4B5ACD
4#5461C4
5#5E69BB
6#6770B1
7#7077A8
8#7A7E9F
9#838596
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F3 #F1F3FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFE2 #DFE2FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3C9 #C3C9F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95A0 #95A0F4 | BordersInactive statesPlaceholder text |
| 400 | 5D6E #5D6EEE | Disabled statesSecondary iconsMuted text |
| 500 | 2F45 #2F45E9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 152B #152BCB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1122 #1122A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0C18 #0C1873 | Text on light backgroundsHeadingsStrong borders |
| 900 | 080F #080F4A | Primary textHigh emphasis contentDark headings |
| 950 | 050A #050A2E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F1F3FE;
--royal-blue-100: #DFE2FC;
--royal-blue-200: #C3C9F9;
--royal-blue-300: #95A0F4;
--royal-blue-400: #5D6EEE;
--royal-blue-500: #2F45E9;
--royal-blue-600: #152BCB;
--royal-blue-700: #1122A2;
--royal-blue-800: #0C1873;
--royal-blue-900: #080F4A;
--royal-blue-950: #050A2E;
}