Royal Blue
#0B70D5
BlueColor Codes
All color formats for development
HEX
#0B70D5RGB
rgb(11, 112, 213)HSL
hsl(210, 90%, 44%)OKLCH
oklch(0.551 0.176 254.9)CMYK
cmyk(95%, 47%, 0%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0A65C0
2#095AAB
3#084F95
4#074380
5#06386B
6#042D55
7#032240
8#02162B
9#010B15
Tints
Lighter variations
1#0D7EF0
2#268DF4
3#419BF5
4#5CA9F6
5#77B8F8
6#92C6F9
7#AED4FB
8#C9E2FC
9#E4F1FE
Tones
Muted variations
1#1570CB
2#1F70C1
3#2A70B7
4#3470AD
5#3E70A3
6#487099
7#52708E
8#5C7084
9#66707A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F7 #F0F7FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDED #DDEDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0DE #C0DEFC | Secondary backgroundsInput backgroundsDividers |
| 300 | 90C4 #90C4F9 | BordersInactive statesPlaceholder text |
| 400 | 55A6 #55A6F6 | Disabled statesSecondary iconsMuted text |
| 500 | 258C #258CF4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0B70 #0B70D5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0959 #0959AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0640 #064079 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0429 #04294E | 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: #F0F7FE;
--royal-blue-100: #DDEDFD;
--royal-blue-200: #C0DEFC;
--royal-blue-300: #90C4F9;
--royal-blue-400: #55A6F6;
--royal-blue-500: #258CF4;
--royal-blue-600: #0B70D5;
--royal-blue-700: #0959AA;
--royal-blue-800: #064079;
--royal-blue-900: #04294E;
--royal-blue-950: #031A30;
}