Royal Blue
#1879C9
BlueColor Codes
All color formats for development
HEX
#1879C9RGB
rgb(24, 121, 201)HSL
hsl(207, 79%, 44%)OKLCH
oklch(0.565 0.149 249.7)CMYK
cmyk(88%, 40%, 0%, 21%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#156DB5
2#1361A1
3#10558D
4#0E4979
5#0C3D64
6#093050
7#07243C
8#051828
9#020C14
Tints
Lighter variations
1#1B88E2
2#3396E7
3#4CA3EA
4#66B0ED
5#7FBDF0
6#99CAF3
7#B2D8F6
8#CCE5F9
9#E5F2FC
Tones
Muted variations
1#2078C0
2#2977B7
3#3276AE
4#3B76A5
5#44759D
6#4D7494
7#56738B
8#5E7282
9#677179
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F8 #F1F8FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFEF #DFEFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4E0 #C4E0F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 96C9 #96C9F3 | BordersInactive statesPlaceholder text |
| 400 | 5FAD #5FADEC | Disabled statesSecondary iconsMuted text |
| 500 | 3295 #3295E7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1879 #1879C9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1360 #1360A0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D45 #0D4572 | Text on light backgroundsHeadingsStrong borders |
| 900 | 092C #092C49 | Primary textHigh emphasis contentDark headings |
| 950 | 051C #051C2E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F1F8FD;
--royal-blue-100: #DFEFFB;
--royal-blue-200: #C4E0F8;
--royal-blue-300: #96C9F3;
--royal-blue-400: #5FADEC;
--royal-blue-500: #3295E7;
--royal-blue-600: #1879C9;
--royal-blue-700: #1360A0;
--royal-blue-800: #0D4572;
--royal-blue-900: #092C49;
--royal-blue-950: #051C2E;
}