Royal Blue
#0D70D3
BlueColor Codes
All color formats for development
HEX
#0D70D3RGB
rgb(13, 112, 211)HSL
hsl(210, 88%, 44%)OKLCH
oklch(0.55 0.173 254.6)CMYK
cmyk(94%, 47%, 0%, 17%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0C65BE
2#0B5AA9
3#094F94
4#08437F
5#073869
6#052D54
7#04223F
8#03162A
9#010B15
Tints
Lighter variations
1#0F7EEE
2#288DF1
3#439BF3
4#5EA9F5
5#79B8F6
6#94C6F8
7#AED4FA
8#C9E2FC
9#E4F1FD
Tones
Muted variations
1#1770C9
2#2170BF
3#2B70B5
4#3570AB
5#3F70A2
6#497098
7#53708E
8#5C7084
9#66707A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F7 #F1F7FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDED #DDEDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1DE #C1DEFB | Secondary backgroundsInput backgroundsDividers |
| 300 | 91C4 #91C4F8 | BordersInactive statesPlaceholder text |
| 400 | 57A6 #57A6F4 | Disabled statesSecondary iconsMuted text |
| 500 | 278C #278CF1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0D70 #0D70D3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0B59 #0B59A8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0840 #084078 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0529 #05294D | 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: #F1F7FE;
--royal-blue-100: #DDEDFD;
--royal-blue-200: #C1DEFB;
--royal-blue-300: #91C4F8;
--royal-blue-400: #57A6F4;
--royal-blue-500: #278CF1;
--royal-blue-600: #0D70D3;
--royal-blue-700: #0B59A8;
--royal-blue-800: #084078;
--royal-blue-900: #05294D;
--royal-blue-950: #031A30;
}