Royal Blue
#0D6AD3
BlueColor Codes
All color formats for development
HEX
#0D6AD3RGB
rgb(13, 106, 211)HSL
hsl(212, 88%, 44%)OKLCH
oklch(0.537 0.18 256.5)CMYK
cmyk(94%, 50%, 0%, 17%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0C5FBE
2#0B54A9
3#094A94
4#083F7F
5#073569
6#052A54
7#04203F
8#03152A
9#010B15
Tints
Lighter variations
1#0F77EE
2#2886F1
3#4395F3
4#5EA4F5
5#79B3F6
6#94C3F8
7#AED2FA
8#C9E1FC
9#E4F0FD
Tones
Muted variations
1#176AC9
2#216BBF
3#2B6CB5
4#356CAB
5#3F6DA2
6#496E98
7#536E8E
8#5C6F84
9#66707A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F7 #F1F7FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDEC #DDECFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1DC #C1DCFB | Secondary backgroundsInput backgroundsDividers |
| 300 | 91C1 #91C1F8 | BordersInactive statesPlaceholder text |
| 400 | 57A1 #57A1F4 | Disabled statesSecondary iconsMuted text |
| 500 | 2786 #2786F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0D6A #0D6AD3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0B54 #0B54A8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 083C #083C78 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0526 #05264D | Primary textHigh emphasis contentDark headings |
| 950 | 0318 #031830 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F1F7FE;
--royal-blue-100: #DDECFD;
--royal-blue-200: #C1DCFB;
--royal-blue-300: #91C1F8;
--royal-blue-400: #57A1F4;
--royal-blue-500: #2786F1;
--royal-blue-600: #0D6AD3;
--royal-blue-700: #0B54A8;
--royal-blue-800: #083C78;
--royal-blue-900: #05264D;
--royal-blue-950: #031830;
}