Royal Blue
#1973C8
BlueColor Codes
All color formats for development
HEX
#1973C8RGB
rgb(25, 115, 200)HSL
hsl(209, 78%, 44%)OKLCH
oklch(0.551 0.154 252.3)CMYK
cmyk(88%, 43%, 0%, 22%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1668B4
2#145CA0
3#11518C
4#0F4578
5#0C3A64
6#0A2E50
7#07233C
8#051728
9#020C14
Tints
Lighter variations
1#1C82E1
2#3490E6
3#4D9EE9
4#66ACEC
5#80B9EF
6#99C7F2
7#B3D5F6
8#CCE3F9
9#E6F1FC
Tones
Muted variations
1#2173BF
2#2A73B6
3#3372AD
4#3C72A5
5#44729C
6#4D7193
7#56718A
8#5F7182
9#677079
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F8 #F1F8FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFEE #DFEEFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4DF #C4DFF8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97C6 #97C6F2 | BordersInactive statesPlaceholder text |
| 400 | 60A8 #60A8EB | Disabled statesSecondary iconsMuted text |
| 500 | 338F #338FE6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1973 #1973C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 145C #145C9F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E41 #0E4171 | Text on light backgroundsHeadingsStrong borders |
| 900 | 092A #092A49 | 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: #F1F8FD;
--royal-blue-100: #DFEEFB;
--royal-blue-200: #C4DFF8;
--royal-blue-300: #97C6F2;
--royal-blue-400: #60A8EB;
--royal-blue-500: #338FE6;
--royal-blue-600: #1973C8;
--royal-blue-700: #145C9F;
--royal-blue-800: #0E4171;
--royal-blue-900: #092A49;
--royal-blue-950: #061A2D;
}