Royal Blue
#3C2FE9
BlueColor Codes
All color formats for development
HEX
#3C2FE9RGB
rgb(60, 47, 233)HSL
hsl(244, 81%, 55%)OKLCH
oklch(0.473 0.26 273.3)CMYK
cmyk(74%, 80%, 0%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2618E4
2#2115CB
3#1D13B2
4#191098
5#150D7F
6#110B66
7#0D084C
8#080533
9#040319
Tints
Lighter variations
1#4F44EB
2#6359EE
3#766EF0
4#8A82F2
5#9D97F4
6#B1ACF6
7#C4C1F8
8#D8D5FB
9#EBEAFD
Tones
Muted variations
1#4439E0
2#4C42D7
3#544BCD
4#5C54C4
5#645EBB
6#6C67B1
7#7470A8
8#7C7A9F
9#848396
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F1 #F2F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1DF #E1DFFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7C3 #C7C3F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9B95 #9B95F4 | BordersInactive statesPlaceholder text |
| 400 | 675D #675DEE | Disabled statesSecondary iconsMuted text |
| 500 | 3C2F #3C2FE9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2115 #2115CB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1B11 #1B11A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 130C #130C73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C08 #0C084A | Primary textHigh emphasis contentDark headings |
| 950 | 0805 #08052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F2F1FE;
--royal-blue-100: #E1DFFC;
--royal-blue-200: #C7C3F9;
--royal-blue-300: #9B95F4;
--royal-blue-400: #675DEE;
--royal-blue-500: #3C2FE9;
--royal-blue-600: #2115CB;
--royal-blue-700: #1B11A2;
--royal-blue-800: #130C73;
--royal-blue-900: #0C084A;
--royal-blue-950: #08052E;
}