Royal Blue
#1673CA
BlueColor Codes
All color formats for development
HEX
#1673CARGB
rgb(22, 115, 202)HSL
hsl(209, 80%, 44%)OKLCH
oklch(0.552 0.157 252.4)CMYK
cmyk(89%, 43%, 0%, 21%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1468B6
2#125CA2
3#10518D
4#0D4579
5#0B3A65
6#092E51
7#07233D
8#041728
9#020C14
Tints
Lighter variations
1#1982E4
2#3190E8
3#4B9EEB
4#65ACEE
5#7EBAF1
6#98C7F4
7#B2D5F6
8#CCE3F9
9#E5F1FC
Tones
Muted variations
1#1F73C1
2#2873B8
3#3172AF
4#3A72A6
5#43729D
6#4C7194
7#55718B
8#5E7182
9#677079
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F8 #F1F8FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFEE #DFEEFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3DF #C3DFF8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95C6 #95C6F3 | BordersInactive statesPlaceholder text |
| 400 | 5EA8 #5EA8ED | Disabled statesSecondary iconsMuted text |
| 500 | 308F #308FE8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1673 #1673CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 125C #125CA1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D41 #0D4173 | Text on light backgroundsHeadingsStrong borders |
| 900 | 082A #082A49 | Primary textHigh emphasis contentDark headings |
| 950 | 051A #051A2E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F1F8FD;
--royal-blue-100: #DFEEFB;
--royal-blue-200: #C3DFF8;
--royal-blue-300: #95C6F3;
--royal-blue-400: #5EA8ED;
--royal-blue-500: #308FE8;
--royal-blue-600: #1673CA;
--royal-blue-700: #125CA1;
--royal-blue-800: #0D4173;
--royal-blue-900: #082A49;
--royal-blue-950: #051A2E;
}