Royal Blue
#3C33E6
BlueColor Codes
All color formats for development
HEX
#3C33E6RGB
rgb(60, 51, 230)HSL
hsl(243, 78%, 55%)OKLCH
oklch(0.475 0.253 273.2)CMYK
cmyk(74%, 78%, 0%, 10%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#261CE1
2#2119C8
3#1D16AF
4#191396
5#150F7D
6#110C64
7#0D094B
8#080632
9#040319
Tints
Lighter variations
1#4F47E8
2#635CEB
3#7670ED
4#8A84F0
5#9D99F2
6#B1ADF5
7#C4C2F7
8#D8D6FA
9#EBEBFC
Tones
Muted variations
1#443CDD
2#4C45D4
3#544ECB
4#5C57C2
5#645FB9
6#6C68B0
7#7471A7
8#7C7A9E
9#848395
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F1 #F2F1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1DF #E1DFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7C4 #C7C4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9B97 #9B97F2 | BordersInactive statesPlaceholder text |
| 400 | 6760 #6760EB | Disabled statesSecondary iconsMuted text |
| 500 | 3C33 #3C33E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2119 #2119C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1B14 #1B149F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 130E #130E71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C09 #0C0949 | Primary textHigh emphasis contentDark headings |
| 950 | 0806 #08062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F2F1FD;
--royal-blue-100: #E1DFFB;
--royal-blue-200: #C7C4F8;
--royal-blue-300: #9B97F2;
--royal-blue-400: #6760EB;
--royal-blue-500: #3C33E6;
--royal-blue-600: #2119C8;
--royal-blue-700: #1B149F;
--royal-blue-800: #130E71;
--royal-blue-900: #0C0949;
--royal-blue-950: #08062D;
}