Royal Blue
#1376CD
BlueColor Codes
All color formats for development
HEX
#1376CDRGB
rgb(19, 118, 205)HSL
hsl(208, 83%, 44%)OKLCH
oklch(0.56 0.158 251.6)CMYK
cmyk(91%, 42%, 0%, 20%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#116BB9
2#0F5FA4
3#0D5390
4#0B477B
5#0A3B67
6#082F52
7#06243E
8#041829
9#020C15
Tints
Lighter variations
1#1685E7
2#2E93EC
3#48A1EE
4#62AEF0
5#7CBCF3
6#96C9F5
7#B1D7F8
8#CBE4FA
9#E5F2FD
Tones
Muted variations
1#1C76C4
2#2675BB
3#2F75B1
4#3874A8
5#42739F
6#4B7395
7#54728C
8#5E7183
9#67717A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F8 #F1F8FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEEE #DEEEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2E0 #C2E0F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94C8 #94C8F5 | BordersInactive statesPlaceholder text |
| 400 | 5CAB #5CABF0 | Disabled statesSecondary iconsMuted text |
| 500 | 2D93 #2D93EB | Primary brand colorCTAsActive elementsLinks |
| 600 | 1376 #1376CD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0F5E #0F5EA3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B43 #0B4375 | Text on light backgroundsHeadingsStrong borders |
| 900 | 072B #072B4B | Primary textHigh emphasis contentDark headings |
| 950 | 041B #041B2F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F1F8FE;
--royal-blue-100: #DEEEFC;
--royal-blue-200: #C2E0F9;
--royal-blue-300: #94C8F5;
--royal-blue-400: #5CABF0;
--royal-blue-500: #2D93EB;
--royal-blue-600: #1376CD;
--royal-blue-700: #0F5EA3;
--royal-blue-800: #0B4375;
--royal-blue-900: #072B4B;
--royal-blue-950: #041B2F;
}