Royal Blue
#4833E6
BlueColor Codes
All color formats for development
HEX
#4833E6RGB
rgb(72, 51, 230)HSL
hsl(247, 78%, 55%)OKLCH
oklch(0.482 0.25 276.7)CMYK
cmyk(69%, 78%, 0%, 10%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#331CE1
2#2D19C8
3#2716AF
4#221396
5#1C0F7D
6#170C64
7#11094B
8#0B0632
9#060319
Tints
Lighter variations
1#5A47E8
2#6C5CEB
3#7F70ED
4#9184F0
5#A399F2
6#B6ADF5
7#C8C2F7
8#DAD6FA
9#EDEBFC
Tones
Muted variations
1#4E3CDD
2#5545D4
3#5C4ECB
4#6357C2
5#6A5FB9
6#7168B0
7#7871A7
8#7F7A9E
9#858395
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F1 #F3F1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2DF #E2DFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAC4 #CAC4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | A197 #A197F2 | BordersInactive statesPlaceholder text |
| 400 | 7060 #7060EB | Disabled statesSecondary iconsMuted text |
| 500 | 4833 #4833E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2D19 #2D19C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2414 #24149F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A0E #1A0E71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1009 #100949 | Primary textHigh emphasis contentDark headings |
| 950 | 0A06 #0A062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F3F1FD;
--royal-blue-100: #E2DFFB;
--royal-blue-200: #CAC4F8;
--royal-blue-300: #A197F2;
--royal-blue-400: #7060EB;
--royal-blue-500: #4833E6;
--royal-blue-600: #2D19C8;
--royal-blue-700: #24149F;
--royal-blue-800: #1A0E71;
--royal-blue-900: #100949;
--royal-blue-950: #0A062D;
}