Royal Blue
#0C70D4
BlueColor Codes
All color formats for development
HEX
#0C70D4RGB
rgb(12, 112, 212)HSL
hsl(210, 89%, 44%)OKLCH
oklch(0.551 0.174 254.7)CMYK
cmyk(94%, 47%, 0%, 17%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0B65BF
2#0A5AAA
3#094F94
4#07437F
5#06386A
6#052D55
7#042240
8#02162A
9#010B15
Tints
Lighter variations
1#0E7EEF
2#278DF2
3#429BF4
4#5DA9F6
5#78B8F7
6#93C6F9
7#AED4FA
8#C9E2FC
9#E4F1FD
Tones
Muted variations
1#1670CA
2#2070C0
3#2A70B6
4#3470AC
5#3E70A2
6#487098
7#52708E
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 | C0DE #C0DEFB | Secondary backgroundsInput backgroundsDividers |
| 300 | 90C4 #90C4F9 | BordersInactive statesPlaceholder text |
| 400 | 56A6 #56A6F5 | Disabled statesSecondary iconsMuted text |
| 500 | 268C #268CF2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0C70 #0C70D4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0A59 #0A59A9 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0740 #074078 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0429 #04294D | 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: #C0DEFB;
--royal-blue-300: #90C4F9;
--royal-blue-400: #56A6F5;
--royal-blue-500: #268CF2;
--royal-blue-600: #0C70D4;
--royal-blue-700: #0A59A9;
--royal-blue-800: #074078;
--royal-blue-900: #04294D;
--royal-blue-950: #031A30;
}