Royal Blue
#1870C9
BlueColor Codes
All color formats for development
HEX
#1870C9RGB
rgb(24, 112, 201)HSL
hsl(210, 79%, 44%)OKLCH
oklch(0.545 0.159 253.6)CMYK
cmyk(88%, 44%, 0%, 21%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1565B5
2#135AA1
3#104F8D
4#0E4379
5#0C3864
6#092D50
7#07223C
8#051628
9#020B14
Tints
Lighter variations
1#1B7EE2
2#338DE7
3#4C9BEA
4#66A9ED
5#7FB8F0
6#99C6F3
7#B2D4F6
8#CCE2F9
9#E5F1FC
Tones
Muted variations
1#2070C0
2#2970B7
3#3270AE
4#3B70A5
5#44709D
6#4D7094
7#56708B
8#5E7082
9#677079
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F7 #F1F7FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFED #DFEDFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4DE #C4DEF8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 96C4 #96C4F3 | BordersInactive statesPlaceholder text |
| 400 | 5FA6 #5FA6EC | Disabled statesSecondary iconsMuted text |
| 500 | 328C #328CE7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1870 #1870C9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1359 #1359A0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D40 #0D4072 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0929 #092949 | 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: #F1F7FD;
--royal-blue-100: #DFEDFB;
--royal-blue-200: #C4DEF8;
--royal-blue-300: #96C4F3;
--royal-blue-400: #5FA6EC;
--royal-blue-500: #328CE7;
--royal-blue-600: #1870C9;
--royal-blue-700: #1359A0;
--royal-blue-800: #0D4072;
--royal-blue-900: #092949;
--royal-blue-950: #051A2E;
}