Royal Blue
#1567CB
BlueColor Codes
All color formats for development
HEX
#1567CBRGB
rgb(21, 103, 203)HSL
hsl(213, 81%, 44%)OKLCH
oklch(0.526 0.172 256.8)CMYK
cmyk(90%, 49%, 0%, 20%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#135DB7
2#1152A2
3#0F488E
4#0D3E7A
5#0B3466
6#092951
7#061F3D
8#041529
9#020A14
Tints
Lighter variations
1#1874E5
2#3084E9
3#4A93EC
4#64A2EF
5#7EB2F1
6#98C1F4
7#B1D1F7
8#CBE0FA
9#E5F0FC
Tones
Muted variations
1#1E68C2
2#2769B9
3#316AB0
4#3A6BA7
5#436C9E
6#4C6D95
7#556D8B
8#5E6E82
9#676F79
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F7 #F1F7FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFEC #DFECFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3DB #C3DBF9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95C0 #95C0F4 | BordersInactive statesPlaceholder text |
| 400 | 5D9F #5D9FEE | Disabled statesSecondary iconsMuted text |
| 500 | 2F83 #2F83E9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1567 #1567CB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1152 #1152A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0C3B #0C3B73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0825 #08254A | Primary textHigh emphasis contentDark headings |
| 950 | 0517 #05172E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F1F7FE;
--royal-blue-100: #DFECFC;
--royal-blue-200: #C3DBF9;
--royal-blue-300: #95C0F4;
--royal-blue-400: #5D9FEE;
--royal-blue-500: #2F83E9;
--royal-blue-600: #1567CB;
--royal-blue-700: #1152A2;
--royal-blue-800: #0C3B73;
--royal-blue-900: #08254A;
--royal-blue-950: #05172E;
}