Royal Blue
#1370CD
BlueColor Codes
All color formats for development
HEX
#1370CDRGB
rgb(19, 112, 205)HSL
hsl(210, 83%, 44%)OKLCH
oklch(0.547 0.165 253.9)CMYK
cmyk(91%, 45%, 0%, 20%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1165B9
2#0F5AA4
3#0D4F90
4#0B437B
5#0A3867
6#082D52
7#06223E
8#041629
9#020B15
Tints
Lighter variations
1#167EE7
2#2E8DEC
3#489BEE
4#62A9F0
5#7CB8F3
6#96C6F5
7#B1D4F8
8#CBE2FA
9#E5F1FD
Tones
Muted variations
1#1C70C4
2#2670BB
3#2F70B1
4#3870A8
5#42709F
6#4B7095
7#54708C
8#5E7083
9#67707A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F7 #F1F7FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEED #DEEDFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2DE #C2DEF9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94C4 #94C4F5 | BordersInactive statesPlaceholder text |
| 400 | 5CA6 #5CA6F0 | Disabled statesSecondary iconsMuted text |
| 500 | 2D8C #2D8CEB | Primary brand colorCTAsActive elementsLinks |
| 600 | 1370 #1370CD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0F59 #0F59A3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B40 #0B4075 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0729 #07294B | 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: #F1F7FE;
--royal-blue-100: #DEEDFC;
--royal-blue-200: #C2DEF9;
--royal-blue-300: #94C4F5;
--royal-blue-400: #5CA6F0;
--royal-blue-500: #2D8CEB;
--royal-blue-600: #1370CD;
--royal-blue-700: #0F59A3;
--royal-blue-800: #0B4075;
--royal-blue-900: #07294B;
--royal-blue-950: #041A2F;
}