Royal Blue
#2E2EEA
BlueColor Codes
All color formats for development
HEX
#2E2EEARGB
rgb(46, 46, 234)HSL
hsl(240, 82%, 55%)OKLCH
oklch(0.466 0.265 269.9)CMYK
cmyk(80%, 80%, 0%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1717E6
2#1414CC
3#1212B3
4#0F0F99
5#0D0D80
6#0A0A66
7#08084D
8#050533
9#03031A
Tints
Lighter variations
1#4343EC
2#5858EE
3#6D6DF1
4#8282F3
5#9797F5
6#ABABF7
7#C0C0F9
8#D5D5FB
9#EAEAFD
Tones
Muted variations
1#3838E1
2#4141D8
3#4A4ACE
4#5454C5
5#5D5DBB
6#6767B2
7#7070A8
8#79799F
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 | C3C3 #C3C3F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9494 #9494F4 | BordersInactive statesPlaceholder text |
| 400 | 5D5D #5D5DEF | Disabled statesSecondary iconsMuted text |
| 500 | 2E2E #2E2EEA | Primary brand colorCTAsActive elementsLinks |
| 600 | 1414 #1414CC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1010 #1010A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B0B #0B0B74 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0707 #07074A | Primary textHigh emphasis contentDark headings |
| 950 | 0505 #05052E | 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: #C3C3F9;
--royal-blue-300: #9494F4;
--royal-blue-400: #5D5DEF;
--royal-blue-500: #2E2EEA;
--royal-blue-600: #1414CC;
--royal-blue-700: #1010A2;
--royal-blue-800: #0B0B74;
--royal-blue-900: #07074A;
--royal-blue-950: #05052E;
}