Royal Blue
#0D73D3
BlueColor Codes
All color formats for development
HEX
#0D73D3RGB
rgb(13, 115, 211)HSL
hsl(209, 88%, 44%)OKLCH
oklch(0.557 0.17 253.6)CMYK
cmyk(94%, 45%, 0%, 17%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0C68BE
2#0B5CA9
3#095194
4#08457F
5#073A69
6#052E54
7#04233F
8#03172A
9#010C15
Tints
Lighter variations
1#0F82EE
2#2890F1
3#439EF3
4#5EACF5
5#79BAF6
6#94C8F8
7#AED5FA
8#C9E3FC
9#E4F1FD
Tones
Muted variations
1#1773C9
2#2173BF
3#2B73B5
4#3572AB
5#3F72A2
6#497298
7#53718E
8#5C7184
9#66717A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F8 #F1F8FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDEE #DDEEFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1DF #C1DFFB | Secondary backgroundsInput backgroundsDividers |
| 300 | 91C6 #91C6F8 | BordersInactive statesPlaceholder text |
| 400 | 57A8 #57A8F4 | Disabled statesSecondary iconsMuted text |
| 500 | 2790 #2790F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0D73 #0D73D3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0B5C #0B5CA8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0842 #084278 | Text on light backgroundsHeadingsStrong borders |
| 900 | 052A #052A4D | Primary textHigh emphasis contentDark headings |
| 950 | 031A #031A30 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F1F8FE;
--royal-blue-100: #DDEEFD;
--royal-blue-200: #C1DFFB;
--royal-blue-300: #91C6F8;
--royal-blue-400: #57A8F4;
--royal-blue-500: #2790F1;
--royal-blue-600: #0D73D3;
--royal-blue-700: #0B5CA8;
--royal-blue-800: #084278;
--royal-blue-900: #052A4D;
--royal-blue-950: #031A30;
}