Royal Blue
#167CCA
BlueColor Codes
All color formats for development
HEX
#167CCARGB
rgb(22, 124, 202)HSL
hsl(206, 80%, 44%)OKLCH
oklch(0.573 0.147 248.4)CMYK
cmyk(89%, 39%, 0%, 21%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1470B6
2#1263A2
3#10578D
4#0D4B79
5#0B3E65
6#093251
7#07253D
8#041928
9#020C14
Tints
Lighter variations
1#198CE4
2#3199E8
3#4BA6EB
4#65B2EE
5#7EBFF1
6#98CCF4
7#B2D9F6
8#CCE5F9
9#E5F2FC
Tones
Muted variations
1#1F7BC1
2#287AB8
3#3179AF
4#3A77A6
5#43769D
6#4C7594
7#55748B
8#5E7382
9#677179
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F8 #F1F8FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFEF #DFEFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3E1 #C3E1F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95CB #95CBF3 | BordersInactive statesPlaceholder text |
| 400 | 5EAF #5EAFED | Disabled statesSecondary iconsMuted text |
| 500 | 3098 #3098E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 167C #167CCA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1263 #1263A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D47 #0D4773 | Text on light backgroundsHeadingsStrong borders |
| 900 | 082D #082D49 | Primary textHigh emphasis contentDark headings |
| 950 | 051C #051C2E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F1F8FD;
--royal-blue-100: #DFEFFB;
--royal-blue-200: #C3E1F8;
--royal-blue-300: #95CBF3;
--royal-blue-400: #5EAFED;
--royal-blue-500: #3098E8;
--royal-blue-600: #167CCA;
--royal-blue-700: #1263A1;
--royal-blue-800: #0D4773;
--royal-blue-900: #082D49;
--royal-blue-950: #051C2E;
}