Royal Blue
#1373CD
BlueColor Codes
All color formats for development
HEX
#1373CDRGB
rgb(19, 115, 205)HSL
hsl(209, 83%, 44%)OKLCH
oklch(0.554 0.161 252.8)CMYK
cmyk(91%, 44%, 0%, 20%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1168B9
2#0F5CA4
3#0D5190
4#0B457B
5#0A3A67
6#082E52
7#06233E
8#041729
9#020C15
Tints
Lighter variations
1#1682E7
2#2E90EC
3#489EEE
4#62ACF0
5#7CBAF3
6#96C7F5
7#B1D5F8
8#CBE3FA
9#E5F1FD
Tones
Muted variations
1#1C73C4
2#2673BB
3#2F72B1
4#3872A8
5#42729F
6#4B7195
7#54718C
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 | C2DF #C2DFF9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94C6 #94C6F5 | BordersInactive statesPlaceholder text |
| 400 | 5CA8 #5CA8F0 | Disabled statesSecondary iconsMuted text |
| 500 | 2D8F #2D8FEB | Primary brand colorCTAsActive elementsLinks |
| 600 | 1373 #1373CD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0F5C #0F5CA3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B42 #0B4275 | Text on light backgroundsHeadingsStrong borders |
| 900 | 072A #072A4B | Primary textHigh emphasis contentDark headings |
| 950 | 041A #041A2F | 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: #C2DFF9;
--royal-blue-300: #94C6F5;
--royal-blue-400: #5CA8F0;
--royal-blue-500: #2D8FEB;
--royal-blue-600: #1373CD;
--royal-blue-700: #0F5CA3;
--royal-blue-800: #0B4275;
--royal-blue-900: #072A4B;
--royal-blue-950: #041A2F;
}