Royal Blue
#2E34EA
BlueColor Codes
All color formats for development
HEX
#2E34EARGB
rgb(46, 52, 234)HSL
hsl(238, 82%, 55%)OKLCH
oklch(0.473 0.26 269.6)CMYK
cmyk(80%, 78%, 0%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#171EE6
2#141ACC
3#1217B3
4#0F1499
5#0D1080
6#0A0D66
7#080A4D
8#050733
9#03031A
Tints
Lighter variations
1#4349EC
2#585DEE
3#6D71F1
4#8285F3
5#979AF5
6#ABAEF7
7#C0C2F9
8#D5D6FB
9#EAEBFD
Tones
Muted variations
1#383DE1
2#4146D8
3#4A4FCE
4#5458C5
5#5D60BB
6#6769B2
7#7072A8
8#797B9F
9#838396
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F1 #F1F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFDF #DFDFFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3C4 #C3C4F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9497 #9497F4 | BordersInactive statesPlaceholder text |
| 400 | 5D61 #5D61EF | Disabled statesSecondary iconsMuted text |
| 500 | 2E34 #2E34EA | Primary brand colorCTAsActive elementsLinks |
| 600 | 141A #141ACC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1015 #1015A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B0F #0B0F74 | Text on light backgroundsHeadingsStrong borders |
| 900 | 070A #070A4A | Primary textHigh emphasis contentDark headings |
| 950 | 0506 #05062E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F1F1FE;
--royal-blue-100: #DFDFFC;
--royal-blue-200: #C3C4F9;
--royal-blue-300: #9497F4;
--royal-blue-400: #5D61EF;
--royal-blue-500: #2E34EA;
--royal-blue-600: #141ACC;
--royal-blue-700: #1015A2;
--royal-blue-800: #0B0F74;
--royal-blue-900: #070A4A;
--royal-blue-950: #05062E;
}