Royal Blue
#1670CA
BlueColor Codes
All color formats for development
HEX
#1670CARGB
rgb(22, 112, 202)HSL
hsl(210, 80%, 44%)OKLCH
oklch(0.545 0.16 253.6)CMYK
cmyk(89%, 45%, 0%, 21%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1465B6
2#125AA2
3#104F8D
4#0D4379
5#0B3865
6#092D51
7#07223D
8#041628
9#020B14
Tints
Lighter variations
1#197EE4
2#318DE8
3#4B9BEB
4#65A9EE
5#7EB8F1
6#98C6F4
7#B2D4F6
8#CCE2F9
9#E5F1FC
Tones
Muted variations
1#1F70C1
2#2870B8
3#3170AF
4#3A70A6
5#43709D
6#4C7094
7#55708B
8#5E7082
9#677079
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F7 #F1F7FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFED #DFEDFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3DE #C3DEF8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95C4 #95C4F3 | BordersInactive statesPlaceholder text |
| 400 | 5EA6 #5EA6ED | Disabled statesSecondary iconsMuted text |
| 500 | 308C #308CE8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1670 #1670CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1259 #1259A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D40 #0D4073 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0829 #082949 | Primary textHigh emphasis contentDark headings |
| 950 | 051A #051A2E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F1F7FD;
--royal-blue-100: #DFEDFB;
--royal-blue-200: #C3DEF8;
--royal-blue-300: #95C4F3;
--royal-blue-400: #5EA6ED;
--royal-blue-500: #308CE8;
--royal-blue-600: #1670CA;
--royal-blue-700: #1259A1;
--royal-blue-800: #0D4073;
--royal-blue-900: #082949;
--royal-blue-950: #051A2E;
}