Royal Blue
#477CD1
BlueColor Codes
All color formats for development
HEX
#477CD1RGB
rgb(71, 124, 209)HSL
hsl(217, 60%, 55%)OKLCH
oklch(0.591 0.142 259.4)CMYK
cmyk(66%, 41%, 0%, 18%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#326DCA
2#2D60B4
3#27549D
4#224887
5#1C3C70
6#16305A
7#112443
8#0B182D
9#060C16
Tints
Lighter variations
1#5A89D6
2#6C96DA
3#7EA3DF
4#91B1E3
5#A3BEE8
6#B6CBED
7#C8D8F1
8#DAE5F6
9#EDF2FA
Tones
Muted variations
1#4E7ECA
2#557FC3
3#5C81BC
4#6383B6
5#6A84AF
6#7186A8
7#7887A1
8#7E899A
9#858B93
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F6 #F3F6FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2EB #E2EBF8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAD9 #CAD9F2 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1BC #A1BCE8 | BordersInactive statesPlaceholder text |
| 400 | 7099 #7099DB | Disabled statesSecondary iconsMuted text |
| 500 | 477C #477CD1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2D60 #2D60B4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 244D #244D8F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A37 #1A3766 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1023 #102341 | Primary textHigh emphasis contentDark headings |
| 950 | 0A16 #0A1629 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F3F6FC;
--royal-blue-100: #E2EBF8;
--royal-blue-200: #CAD9F2;
--royal-blue-300: #A1BCE8;
--royal-blue-400: #7099DB;
--royal-blue-500: #477CD1;
--royal-blue-600: #2D60B4;
--royal-blue-700: #244D8F;
--royal-blue-800: #1A3766;
--royal-blue-900: #102341;
--royal-blue-950: #0A1629;
}