Royal Blue
#4C20F8
BlueColor Codes
All color formats for development
HEX
#4C20F8RGB
rgb(76, 32, 248)HSL
hsl(252, 94%, 55%)OKLCH
oklch(0.487 0.281 277.3)CMYK
cmyk(69%, 87%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3708F5
2#3107DA
3#2B06BE
4#2505A3
5#1F0488
6#18036D
7#120352
8#0C0236
9#06011B
Tints
Lighter variations
1#5D37F9
2#6F4DF9
3#8163FA
4#9379FB
5#A590FC
6#B7A6FC
7#C9BCFD
8#DBD2FE
9#EDE9FE
Tones
Muted variations
1#522BED
2#5836E3
3#5F41D8
4#654CCD
5#6C56C2
6#7261B7
7#796CAD
8#7F77A2
9#868197
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F0 #F3F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3DC #E3DCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBBF #CBBFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | A38D #A38DFB | BordersInactive statesPlaceholder text |
| 400 | 7352 #7352FA | Disabled statesSecondary iconsMuted text |
| 500 | 4C20 #4C20F8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3107 #3107DA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2705 #2705AD | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1C04 #1C047C | Text on light backgroundsHeadingsStrong borders |
| 900 | 1202 #12024F | Primary textHigh emphasis contentDark headings |
| 950 | 0B02 #0B0231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F3F0FF;
--royal-blue-100: #E3DCFE;
--royal-blue-200: #CBBFFD;
--royal-blue-300: #A38DFB;
--royal-blue-400: #7352FA;
--royal-blue-500: #4C20F8;
--royal-blue-600: #3107DA;
--royal-blue-700: #2705AD;
--royal-blue-800: #1C047C;
--royal-blue-900: #12024F;
--royal-blue-950: #0B0231;
}