Sky Blue
#8398C9
BlueColor Codes
All color formats for development
HEX
#8398C9RGB
rgb(131, 152, 201)HSL
hsl(222, 39%, 65%)OKLCH
oklch(0.682 0.077 266.4)CMYK
cmyk(35%, 24%, 0%, 21%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6C85BE
2#5572B4
3#4762A1
4#3D548A
5#334673
6#28385C
7#1E2A45
8#141C2E
9#0A0E17
Tints
Lighter variations
1#8FA2CE
2#9CACD3
3#A8B7D9
4#B5C1DE
5#C1CBE4
6#CDD6E9
7#DAE0EF
8#E6EAF4
9#F3F5FA
Tones
Muted variations
1#8699C5
2#8A9BC2
3#8D9CBE
4#919DBB
5#949FB7
6#98A0B4
7#9BA2B0
8#9FA3AD
9#A2A4A9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F6 #F4F6FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6EA #E6EAF4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D1D9 #D1D9EB | Secondary backgroundsInput backgroundsDividers |
| 300 | ADBB #ADBBDB | BordersInactive statesPlaceholder text |
| 400 | 8398 #8398C9 | Disabled statesSecondary iconsMuted text |
| 500 | 5F7A #5F7AB9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 445F #445F9C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 364B #364B7C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2736 #273659 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1922 #192239 | Primary textHigh emphasis contentDark headings |
| 950 | 1016 #101623 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F4F6FA;
--sky-blue-100: #E6EAF4;
--sky-blue-200: #D1D9EB;
--sky-blue-300: #ADBBDB;
--sky-blue-400: #8398C9;
--sky-blue-500: #5F7AB9;
--sky-blue-600: #445F9C;
--sky-blue-700: #364B7C;
--sky-blue-800: #273659;
--sky-blue-900: #192239;
--sky-blue-950: #101623;
}