Royal Blue
#196AC8
BlueColor Codes
All color formats for development
HEX
#196AC8RGB
rgb(25, 106, 200)HSL
hsl(212, 78%, 44%)OKLCH
oklch(0.531 0.164 255.8)CMYK
cmyk(88%, 47%, 0%, 22%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1660B4
2#1455A0
3#114A8C
4#0F4078
5#0C3564
6#0A2B50
7#07203C
8#051528
9#020B14
Tints
Lighter variations
1#1C78E1
2#3487E6
3#4D96E9
4#66A5EC
5#80B4EF
6#99C3F2
7#B3D2F6
8#CCE1F9
9#E6F0FC
Tones
Muted variations
1#216BBF
2#2A6CB6
3#336CAD
4#3C6DA5
5#446D9C
6#4D6E93
7#566E8A
8#5F6F82
9#677079
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F7 #F1F7FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFEC #DFECFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4DC #C4DCF8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97C1 #97C1F2 | BordersInactive statesPlaceholder text |
| 400 | 60A1 #60A1EB | Disabled statesSecondary iconsMuted text |
| 500 | 3386 #3386E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 196A #196AC8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1455 #14559F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E3C #0E3C71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0927 #092749 | Primary textHigh emphasis contentDark headings |
| 950 | 0618 #06182D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F1F7FD;
--royal-blue-100: #DFECFB;
--royal-blue-200: #C4DCF8;
--royal-blue-300: #97C1F2;
--royal-blue-400: #60A1EB;
--royal-blue-500: #3386E6;
--royal-blue-600: #196AC8;
--royal-blue-700: #14559F;
--royal-blue-800: #0E3C71;
--royal-blue-900: #092749;
--royal-blue-950: #06182D;
}