Royal Blue
#1970C8
BlueColor Codes
All color formats for development
HEX
#1970C8RGB
rgb(25, 112, 200)HSL
hsl(210, 78%, 44%)OKLCH
oklch(0.544 0.157 253.5)CMYK
cmyk(88%, 44%, 0%, 22%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1665B4
2#145AA0
3#114F8C
4#0F4378
5#0C3864
6#0A2D50
7#07223C
8#051628
9#020B14
Tints
Lighter variations
1#1C7EE1
2#348DE6
3#4D9BE9
4#66A9EC
5#80B8EF
6#99C6F2
7#B3D4F6
8#CCE2F9
9#E6F1FC
Tones
Muted variations
1#2170BF
2#2A70B6
3#3370AD
4#3C70A5
5#44709C
6#4D7093
7#56708A
8#5F7082
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 | C4DE #C4DEF8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97C4 #97C4F2 | BordersInactive statesPlaceholder text |
| 400 | 60A6 #60A6EB | Disabled statesSecondary iconsMuted text |
| 500 | 338C #338CE6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1970 #1970C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1459 #14599F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E40 #0E4071 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0929 #092949 | Primary textHigh emphasis contentDark headings |
| 950 | 061A #061A2D | 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: #C4DEF8;
--royal-blue-300: #97C4F2;
--royal-blue-400: #60A6EB;
--royal-blue-500: #338CE6;
--royal-blue-600: #1970C8;
--royal-blue-700: #14599F;
--royal-blue-800: #0E4071;
--royal-blue-900: #092949;
--royal-blue-950: #061A2D;
}