Royal Blue
#0D6DD3
BlueColor Codes
All color formats for development
HEX
#0D6DD3RGB
rgb(13, 109, 211)HSL
hsl(211, 88%, 44%)OKLCH
oklch(0.544 0.177 255.6)CMYK
cmyk(94%, 48%, 0%, 17%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0C62BE
2#0B57A9
3#094C94
4#08417F
5#073669
6#052C54
7#04213F
8#03162A
9#010B15
Tints
Lighter variations
1#0F7BEE
2#2889F1
3#4398F3
4#5EA7F5
5#79B6F6
6#94C4F8
7#AED3FA
8#C9E2FC
9#E4F0FD
Tones
Muted variations
1#176DC9
2#216EBF
3#2B6EB5
4#356EAB
5#3F6FA2
6#496F98
7#536F8E
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 | C1DD #C1DDFB | Secondary backgroundsInput backgroundsDividers |
| 300 | 91C3 #91C3F8 | BordersInactive statesPlaceholder text |
| 400 | 57A3 #57A3F4 | Disabled statesSecondary iconsMuted text |
| 500 | 2789 #2789F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0D6D #0D6DD3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0B57 #0B57A8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 083E #083E78 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0528 #05284D | Primary textHigh emphasis contentDark headings |
| 950 | 0319 #031930 | 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: #C1DDFB;
--royal-blue-300: #91C3F8;
--royal-blue-400: #57A3F4;
--royal-blue-500: #2789F1;
--royal-blue-600: #0D6DD3;
--royal-blue-700: #0B57A8;
--royal-blue-800: #083E78;
--royal-blue-900: #05284D;
--royal-blue-950: #031930;
}