Royal Blue
#3C2CED
BlueColor Codes
All color formats for development
HEX
#3C2CEDRGB
rgb(60, 44, 237)HSL
hsl(245, 84%, 55%)OKLCH
oklch(0.475 0.266 273.2)CMYK
cmyk(75%, 81%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2614E8
2#2212CE
3#1D10B5
4#190D9B
5#150B81
6#110967
7#0D074D
8#080434
9#04021A
Tints
Lighter variations
1#4F41EE
2#6356F0
3#766BF2
4#8A80F4
5#9D95F6
6#B1ABF8
7#C4C0F9
8#D8D5FB
9#EBEAFD
Tones
Muted variations
1#4435E3
2#4C3FD9
3#5449D0
4#5C52C6
5#645CBC
6#6C66B3
7#746FA9
8#7C79A0
9#848396
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F1 #F2F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1DE #E1DEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7C2 #C7C2FA | Secondary backgroundsInput backgroundsDividers |
| 300 | 9B93 #9B93F6 | BordersInactive statesPlaceholder text |
| 400 | 675B #675BF1 | Disabled statesSecondary iconsMuted text |
| 500 | 3C2C #3C2CED | Primary brand colorCTAsActive elementsLinks |
| 600 | 2212 #2212CE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1B0E #1B0EA4 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 130A #130A75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C07 #0C074B | Primary textHigh emphasis contentDark headings |
| 950 | 0804 #08042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F2F1FE;
--royal-blue-100: #E1DEFC;
--royal-blue-200: #C7C2FA;
--royal-blue-300: #9B93F6;
--royal-blue-400: #675BF1;
--royal-blue-500: #3C2CED;
--royal-blue-600: #2212CE;
--royal-blue-700: #1B0EA4;
--royal-blue-800: #130A75;
--royal-blue-900: #0C074B;
--royal-blue-950: #08042F;
}