Royal Blue
#106AD1
BlueColor Codes
All color formats for development
HEX
#106AD1RGB
rgb(16, 106, 209)HSL
hsl(212, 86%, 44%)OKLCH
oklch(0.536 0.177 256.4)CMYK
cmyk(92%, 49%, 0%, 18%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0E5FBC
2#0D55A7
3#0B4A92
4#093F7D
5#083568
6#062A53
7#05203F
8#03152A
9#020B15
Tints
Lighter variations
1#1277EB
2#2B86EF
3#4595F1
4#60A4F3
5#7AB4F5
6#95C3F7
7#AFD2F9
8#CAE1FB
9#E4F0FD
Tones
Muted variations
1#196AC7
2#236BBD
3#2D6CB4
4#366CAA
5#406DA0
6#4A6E97
7#536E8D
8#5D6F83
9#67707A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F7 #F1F7FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEEC #DEECFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1DC #C1DCFA | Secondary backgroundsInput backgroundsDividers |
| 300 | 92C1 #92C1F7 | BordersInactive statesPlaceholder text |
| 400 | 59A1 #59A1F3 | Disabled statesSecondary iconsMuted text |
| 500 | 2A86 #2A86EF | Primary brand colorCTAsActive elementsLinks |
| 600 | 106A #106AD1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0C54 #0C54A6 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 093C #093C77 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0626 #06264C | Primary textHigh emphasis contentDark headings |
| 950 | 0418 #04182F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F1F7FE;
--royal-blue-100: #DEECFD;
--royal-blue-200: #C1DCFA;
--royal-blue-300: #92C1F7;
--royal-blue-400: #59A1F3;
--royal-blue-500: #2A86EF;
--royal-blue-600: #106AD1;
--royal-blue-700: #0C54A6;
--royal-blue-800: #093C77;
--royal-blue-900: #06264C;
--royal-blue-950: #04182F;
}