Royal Blue
#1873C9
BlueColor Codes
All color formats for development
HEX
#1873C9RGB
rgb(24, 115, 201)HSL
hsl(209, 79%, 44%)OKLCH
oklch(0.552 0.155 252.4)CMYK
cmyk(88%, 43%, 0%, 21%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1568B5
2#135CA1
3#10518D
4#0E4579
5#0C3A64
6#092E50
7#07233C
8#051728
9#020C14
Tints
Lighter variations
1#1B82E2
2#3390E7
3#4C9EEA
4#66ACED
5#7FB9F0
6#99C7F3
7#B2D5F6
8#CCE3F9
9#E5F1FC
Tones
Muted variations
1#2073C0
2#2973B7
3#3272AE
4#3B72A5
5#44729D
6#4D7194
7#56718B
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 | C4DF #C4DFF8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 96C6 #96C6F3 | BordersInactive statesPlaceholder text |
| 400 | 5FA8 #5FA8EC | Disabled statesSecondary iconsMuted text |
| 500 | 328F #328FE7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1873 #1873C9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 135C #135CA0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D41 #0D4172 | Text on light backgroundsHeadingsStrong borders |
| 900 | 092A #092A49 | 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: #C4DFF8;
--royal-blue-300: #96C6F3;
--royal-blue-400: #5FA8EC;
--royal-blue-500: #328FE7;
--royal-blue-600: #1873C9;
--royal-blue-700: #135CA0;
--royal-blue-800: #0D4172;
--royal-blue-900: #092A49;
--royal-blue-950: #051A2E;
}