Royal Blue
#4820F8
BlueColor Codes
All color formats for development
HEX
#4820F8RGB
rgb(72, 32, 248)HSL
hsl(251, 94%, 55%)OKLCH
oklch(0.484 0.282 276.1)CMYK
cmyk(71%, 87%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3308F5
2#2D07DA
3#2806BE
4#2205A3
5#1C0488
6#17036D
7#110352
8#0B0236
9#06011B
Tints
Lighter variations
1#5A37F9
2#6D4DF9
3#7F63FA
4#9179FB
5#A390FC
6#B6A6FC
7#C8BCFD
8#DAD2FE
9#EDE9FE
Tones
Muted variations
1#4F2BED
2#5636E3
3#5C41D8
4#634CCD
5#6A56C2
6#7161B7
7#786CAD
8#7F77A2
9#858197
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 | CABF #CABFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | A18D #A18DFB | BordersInactive statesPlaceholder text |
| 400 | 7152 #7152FA | Disabled statesSecondary iconsMuted text |
| 500 | 4820 #4820F8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2D07 #2D07DA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2405 #2405AD | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A04 #1A047C | Text on light backgroundsHeadingsStrong borders |
| 900 | 1102 #11024F | Primary textHigh emphasis contentDark headings |
| 950 | 0A02 #0A0231 | 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: #CABFFD;
--royal-blue-300: #A18DFB;
--royal-blue-400: #7152FA;
--royal-blue-500: #4820F8;
--royal-blue-600: #2D07DA;
--royal-blue-700: #2405AD;
--royal-blue-800: #1A047C;
--royal-blue-900: #11024F;
--royal-blue-950: #0A0231;
}