Royal Blue
#476ED1
BlueColor Codes
All color formats for development
HEX
#476ED1RGB
rgb(71, 110, 209)HSL
hsl(223, 60%, 55%)OKLCH
oklch(0.561 0.159 265.4)CMYK
cmyk(66%, 47%, 0%, 18%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#325DCA
2#2D53B4
3#27499D
4#223E87
5#1C3470
6#162A5A
7#111F43
8#0B152D
9#060A16
Tints
Lighter variations
1#5A7DD6
2#6C8BDA
3#7E9ADF
4#91A8E3
5#A3B7E8
6#B6C5ED
7#C8D4F1
8#DAE2F6
9#EDF1FA
Tones
Muted variations
1#4E71CA
2#5574C3
3#5C77BC
4#637AB6
5#6A7DAF
6#7180A8
7#7883A1
8#7E869A
9#858993
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F5 #F3F5FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2E9 #E2E9F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAD5 #CAD5F2 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1B5 #A1B5E8 | BordersInactive statesPlaceholder text |
| 400 | 708F #708FDB | Disabled statesSecondary iconsMuted text |
| 500 | 476E #476ED1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2D53 #2D53B4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2442 #24428F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A2F #1A2F66 | Text on light backgroundsHeadingsStrong borders |
| 900 | 101E #101E41 | Primary textHigh emphasis contentDark headings |
| 950 | 0A13 #0A1329 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F3F5FC;
--royal-blue-100: #E2E9F8;
--royal-blue-200: #CAD5F2;
--royal-blue-300: #A1B5E8;
--royal-blue-400: #708FDB;
--royal-blue-500: #476ED1;
--royal-blue-600: #2D53B4;
--royal-blue-700: #24428F;
--royal-blue-800: #1A2F66;
--royal-blue-900: #101E41;
--royal-blue-950: #0A1329;
}