Sky Blue
#859EC7
BlueColor Codes
All color formats for development
HEX
#859EC7RGB
rgb(133, 158, 199)HSL
hsl(217, 37%, 65%)OKLCH
oklch(0.695 0.067 260.2)CMYK
cmyk(33%, 21%, 0%, 22%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6E8CBC
2#577AB2
3#496A9F
4#3F5B88
5#344C72
6#2A3D5B
7#1F2D44
8#151E2D
9#0A0F17
Tints
Lighter variations
1#91A8CC
2#9DB1D2
3#A9BBD8
4#B6C5DD
5#C2CFE3
6#CED8E9
7#DAE2EE
8#E7ECF4
9#F3F5F9
Tones
Muted variations
1#889FC3
2#8BA0C0
3#8FA0BD
4#92A1BA
5#95A2B6
6#99A3B3
7#9CA3B0
8#9FA4AC
9#A2A5A9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F7 #F5F7FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E7EC #E7ECF4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D2DB #D2DBEA | Secondary backgroundsInput backgroundsDividers |
| 300 | AFBF #AFBFDA | BordersInactive statesPlaceholder text |
| 400 | 859E #859EC7 | Disabled statesSecondary iconsMuted text |
| 500 | 6282 #6282B7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4767 #47679A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3852 #38527A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 283A #283A57 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1A25 #1A2538 | 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: #F5F7FA;
--sky-blue-100: #E7ECF4;
--sky-blue-200: #D2DBEA;
--sky-blue-300: #AFBFDA;
--sky-blue-400: #859EC7;
--sky-blue-500: #6282B7;
--sky-blue-600: #47679A;
--sky-blue-700: #38527A;
--sky-blue-800: #283A57;
--sky-blue-900: #1A2538;
--sky-blue-950: #101723;
}