Royal Blue
#4747D1
BlueColor Codes
All color formats for development
HEX
#4747D1RGB
rgb(71, 71, 209)HSL
hsl(240, 60%, 55%)OKLCH
oklch(0.489 0.206 275.6)CMYK
cmyk(66%, 66%, 0%, 18%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3232CA
2#2D2DB4
3#27279D
4#222287
5#1C1C70
6#16165A
7#111143
8#0B0B2D
9#060616
Tints
Lighter variations
1#5A5AD6
2#6C6CDA
3#7E7EDF
4#9191E3
5#A3A3E8
6#B6B6ED
7#C8C8F1
8#DADAF6
9#EDEDFA
Tones
Muted variations
1#4E4ECA
2#5555C3
3#5C5CBC
4#6363B6
5#6A6AAF
6#7171A8
7#7878A1
8#7E7E9A
9#858593
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F3 #F3F3FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2E2 #E2E2F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CACA #CACAF2 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1A1 #A1A1E8 | BordersInactive statesPlaceholder text |
| 400 | 7070 #7070DB | Disabled statesSecondary iconsMuted text |
| 500 | 4747 #4747D1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2D2D #2D2DB4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2424 #24248F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A1A #1A1A66 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1010 #101041 | Primary textHigh emphasis contentDark headings |
| 950 | 0A0A #0A0A29 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F3F3FC;
--royal-blue-100: #E2E2F8;
--royal-blue-200: #CACAF2;
--royal-blue-300: #A1A1E8;
--royal-blue-400: #7070DB;
--royal-blue-500: #4747D1;
--royal-blue-600: #2D2DB4;
--royal-blue-700: #24248F;
--royal-blue-800: #1A1A66;
--royal-blue-900: #101041;
--royal-blue-950: #0A0A29;
}