Royal Blue
#2E44EA
BlueColor Codes
All color formats for development
HEX
#2E44EARGB
rgb(46, 68, 234)HSL
hsl(233, 82%, 55%)OKLCH
oklch(0.495 0.246 268.4)CMYK
cmyk(80%, 71%, 0%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#172FE6
2#142ACC
3#1224B3
4#0F1F99
5#0D1A80
6#0A1566
7#08104D
8#050A33
9#03051A
Tints
Lighter variations
1#4357EC
2#5869EE
3#6D7CF1
4#828FF3
5#97A2F5
6#ABB4F7
7#C0C7F9
8#D5DAFB
9#EAECFD
Tones
Muted variations
1#384BE1
2#4153D8
3#4A5ACE
4#5461C5
5#5D68BB
6#676FB2
7#7077A8
8#797E9F
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 | 949F #949FF4 | BordersInactive statesPlaceholder text |
| 400 | 5D6E #5D6EEF | Disabled statesSecondary iconsMuted text |
| 500 | 2E44 #2E44EA | Primary brand colorCTAsActive elementsLinks |
| 600 | 142A #142ACC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1021 #1021A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B18 #0B1874 | Text on light backgroundsHeadingsStrong borders |
| 900 | 070F #070F4A | Primary textHigh emphasis contentDark headings |
| 950 | 0509 #05092E | 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: #949FF4;
--royal-blue-400: #5D6EEF;
--royal-blue-500: #2E44EA;
--royal-blue-600: #142ACC;
--royal-blue-700: #1021A2;
--royal-blue-800: #0B1874;
--royal-blue-900: #070F4A;
--royal-blue-950: #05092E;
}