Sky Blue
#839AC9
BlueColor Codes
All color formats for development
HEX
#839AC9RGB
rgb(131, 154, 201)HSL
hsl(220, 39%, 65%)OKLCH
oklch(0.686 0.074 264.3)CMYK
cmyk(35%, 23%, 0%, 21%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6C87BE
2#5575B4
3#4765A1
4#3D578A
5#334873
6#283A5C
7#1E2B45
8#141D2E
9#0A0E17
Tints
Lighter variations
1#8FA4CE
2#9CAED3
3#A8B8D9
4#B5C2DE
5#C1CDE4
6#CDD7E9
7#DAE1EF
8#E6EBF4
9#F3F5FA
Tones
Muted variations
1#869BC5
2#8A9CC2
3#8D9EBE
4#919FBB
5#94A0B7
6#98A1B4
7#9BA2B0
8#9FA3AD
9#A2A5A9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F6 #F4F6FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6EB #E6EBF4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D1DA #D1DAEB | Secondary backgroundsInput backgroundsDividers |
| 300 | ADBD #ADBDDB | BordersInactive statesPlaceholder text |
| 400 | 839A #839AC9 | Disabled statesSecondary iconsMuted text |
| 500 | 5F7D #5F7DB9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4462 #44629C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 364E #364E7C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2737 #273759 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1923 #192339 | 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: #E6EBF4;
--sky-blue-200: #D1DAEB;
--sky-blue-300: #ADBDDB;
--sky-blue-400: #839AC9;
--sky-blue-500: #5F7DB9;
--sky-blue-600: #44629C;
--sky-blue-700: #364E7C;
--sky-blue-800: #273759;
--sky-blue-900: #192339;
--sky-blue-950: #101623;
}