Royal Blue
#1976C8
BlueColor Codes
All color formats for development
HEX
#1976C8RGB
rgb(25, 118, 200)HSL
hsl(208, 78%, 44%)OKLCH
oklch(0.558 0.151 250.9)CMYK
cmyk(88%, 41%, 0%, 22%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#166AB4
2#145EA0
3#11538C
4#0F4778
5#0C3B64
6#0A2F50
7#07233C
8#051828
9#020C14
Tints
Lighter variations
1#1C85E1
2#3493E6
3#4DA0E9
4#66AEEC
5#80BBEF
6#99C9F2
7#B3D6F6
8#CCE4F9
9#E6F1FC
Tones
Muted variations
1#2175BF
2#2A75B6
3#3374AD
4#3C74A5
5#44739C
6#4D7393
7#56728A
8#5F7182
9#677179
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 | C4E0 #C4E0F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97C7 #97C7F2 | BordersInactive statesPlaceholder text |
| 400 | 60AA #60AAEB | Disabled statesSecondary iconsMuted text |
| 500 | 3392 #3392E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1976 #1976C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 145E #145E9F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E43 #0E4371 | Text on light backgroundsHeadingsStrong borders |
| 900 | 092B #092B49 | 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: #DFEEFB;
--royal-blue-200: #C4E0F8;
--royal-blue-300: #97C7F2;
--royal-blue-400: #60AAEB;
--royal-blue-500: #3392E6;
--royal-blue-600: #1976C8;
--royal-blue-700: #145E9F;
--royal-blue-800: #0E4371;
--royal-blue-900: #092B49;
--royal-blue-950: #061B2D;
}