Royal Blue
#2C3CED
BlueColor Codes
All color formats for development
HEX
#2C3CEDRGB
rgb(44, 60, 237)HSL
hsl(235, 84%, 55%)OKLCH
oklch(0.486 0.257 268.6)CMYK
cmyk(81%, 75%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1426E8
2#1222CE
3#101DB5
4#0D199B
5#0B1581
6#091167
7#070D4D
8#040834
9#02041A
Tints
Lighter variations
1#414FEE
2#5663F0
3#6B76F2
4#808AF4
5#959DF6
6#ABB1F8
7#C0C4F9
8#D5D8FB
9#EAEBFD
Tones
Muted variations
1#3544E3
2#3F4CD9
3#4954D0
4#525CC6
5#5C64BC
6#666CB3
7#6F74A9
8#797CA0
9#838496
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F2 #F1F2FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEE1 #DEE1FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2C7 #C2C7FA | Secondary backgroundsInput backgroundsDividers |
| 300 | 939B #939BF6 | BordersInactive statesPlaceholder text |
| 400 | 5B67 #5B67F1 | Disabled statesSecondary iconsMuted text |
| 500 | 2C3C #2C3CED | Primary brand colorCTAsActive elementsLinks |
| 600 | 1222 #1222CE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0E1B #0E1BA4 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A13 #0A1375 | Text on light backgroundsHeadingsStrong borders |
| 900 | 070C #070C4B | Primary textHigh emphasis contentDark headings |
| 950 | 0408 #04082F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F1F2FE;
--royal-blue-100: #DEE1FC;
--royal-blue-200: #C2C7FA;
--royal-blue-300: #939BF6;
--royal-blue-400: #5B67F1;
--royal-blue-500: #2C3CED;
--royal-blue-600: #1222CE;
--royal-blue-700: #0E1BA4;
--royal-blue-800: #0A1375;
--royal-blue-900: #070C4B;
--royal-blue-950: #04082F;
}