Royal Blue
#1979C8
BlueColor Codes
All color formats for development
HEX
#1979C8RGB
rgb(25, 121, 200)HSL
hsl(207, 78%, 44%)OKLCH
oklch(0.565 0.148 249.6)CMYK
cmyk(88%, 40%, 0%, 22%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#166DB4
2#1461A0
3#11558C
4#0F4978
5#0C3C64
6#0A3050
7#07243C
8#051828
9#020C14
Tints
Lighter variations
1#1C88E1
2#3496E6
3#4DA3E9
4#66B0EC
5#80BDEF
6#99CAF2
7#B3D8F6
8#CCE5F9
9#E6F2FC
Tones
Muted variations
1#2178BF
2#2A77B6
3#3376AD
4#3C75A5
5#44759C
6#4D7493
7#56738A
8#5F7282
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 | C4E0 #C4E0F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97C9 #97C9F2 | BordersInactive statesPlaceholder text |
| 400 | 60AD #60ADEB | Disabled statesSecondary iconsMuted text |
| 500 | 3395 #3395E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1979 #1979C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1460 #14609F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E45 #0E4571 | Text on light backgroundsHeadingsStrong borders |
| 900 | 092C #092C49 | Primary textHigh emphasis contentDark headings |
| 950 | 061B #061B2D | 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: #C4E0F8;
--royal-blue-300: #97C9F2;
--royal-blue-400: #60ADEB;
--royal-blue-500: #3395E6;
--royal-blue-600: #1979C8;
--royal-blue-700: #14609F;
--royal-blue-800: #0E4571;
--royal-blue-900: #092C49;
--royal-blue-950: #061B2D;
}