Sky Blue
#839EC9
BlueColor Codes
All color formats for development
HEX
#839EC9RGB
rgb(131, 158, 201)HSL
hsl(217, 39%, 65%)OKLCH
oklch(0.695 0.071 259.6)CMYK
cmyk(35%, 21%, 0%, 21%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6C8CBE
2#5579B4
3#4769A1
4#3D5A8A
5#334B73
6#283C5C
7#1E2D45
8#141E2E
9#0A0F17
Tints
Lighter variations
1#8FA7CE
2#9CB1D3
3#A8BBD9
4#B5C5DE
5#C1CEE4
6#CDD8E9
7#DAE2EF
8#E6ECF4
9#F3F5FA
Tones
Muted variations
1#869EC5
2#8A9FC2
3#8DA0BE
4#91A1BB
5#94A2B7
6#98A3B4
7#9BA3B0
8#9FA4AD
9#A2A5A9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F7 #F4F7FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6EC #E6ECF4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D1DB #D1DBEB | Secondary backgroundsInput backgroundsDividers |
| 300 | ADBF #ADBFDB | BordersInactive statesPlaceholder text |
| 400 | 839E #839EC9 | Disabled statesSecondary iconsMuted text |
| 500 | 5F82 #5F82B9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4466 #44669C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3651 #36517C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 273A #273A59 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1925 #192539 | 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: #F4F7FA;
--sky-blue-100: #E6ECF4;
--sky-blue-200: #D1DBEB;
--sky-blue-300: #ADBFDB;
--sky-blue-400: #839EC9;
--sky-blue-500: #5F82B9;
--sky-blue-600: #44669C;
--sky-blue-700: #36517C;
--sky-blue-800: #273A59;
--sky-blue-900: #192539;
--sky-blue-950: #101723;
}