Sky Blue
#839BC9
BlueColor Codes
All color formats for development
HEX
#839BC9RGB
rgb(131, 155, 201)HSL
hsl(219, 39%, 65%)OKLCH
oklch(0.688 0.073 263.1)CMYK
cmyk(35%, 23%, 0%, 21%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6C89BE
2#5576B4
3#4766A1
4#3D588A
5#334973
6#283B5C
7#1E2C45
8#141D2E
9#0A0F17
Tints
Lighter variations
1#8FA5CE
2#9CAFD3
3#A8B9D9
4#B5C3DE
5#C1CDE4
6#CDD7E9
7#DAE1EF
8#E6EBF4
9#F3F5FA
Tones
Muted variations
1#869CC5
2#8A9DC2
3#8D9EBE
4#919FBB
5#94A1B7
6#98A2B4
7#9BA3B0
8#9FA4AD
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 | 839B #839BC9 | Disabled statesSecondary iconsMuted text |
| 500 | 5F7F #5F7FB9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4463 #44639C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 364F #364F7C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2738 #273859 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1924 #192439 | Primary textHigh emphasis contentDark headings |
| 950 | 1017 #101723 | 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: #839BC9;
--sky-blue-500: #5F7FB9;
--sky-blue-600: #44639C;
--sky-blue-700: #364F7C;
--sky-blue-800: #273859;
--sky-blue-900: #192439;
--sky-blue-950: #101723;
}