Sky Blue
#859AC7
BlueColor Codes
All color formats for development
HEX
#859AC7RGB
rgb(133, 154, 199)HSL
hsl(221, 37%, 65%)OKLCH
oklch(0.687 0.071 265.1)CMYK
cmyk(33%, 23%, 0%, 22%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6E87BC
2#5774B2
3#49649F
4#3F5688
5#344872
6#2A395B
7#1F2B44
8#151D2D
9#0A0E17
Tints
Lighter variations
1#91A4CC
2#9DAED2
3#A9B8D8
4#B6C2DD
5#C2CCE3
6#CED6E9
7#DAE1EE
8#E7EBF4
9#F3F5F9
Tones
Muted variations
1#889BC3
2#8B9CC0
3#8F9DBD
4#929EBA
5#95A0B6
6#99A1B3
7#9CA2B0
8#9FA3AC
9#A2A5A9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F6 #F5F6FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E7EB #E7EBF4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D2D9 #D2D9EA | Secondary backgroundsInput backgroundsDividers |
| 300 | AFBC #AFBCDA | BordersInactive statesPlaceholder text |
| 400 | 859A #859AC7 | Disabled statesSecondary iconsMuted text |
| 500 | 627D #627DB7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4761 #47619A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 384D #384D7A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2837 #283757 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1A23 #1A2338 | 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: #F5F6FA;
--sky-blue-100: #E7EBF4;
--sky-blue-200: #D2D9EA;
--sky-blue-300: #AFBCDA;
--sky-blue-400: #859AC7;
--sky-blue-500: #627DB7;
--sky-blue-600: #47619A;
--sky-blue-700: #384D7A;
--sky-blue-800: #283757;
--sky-blue-900: #1A2338;
--sky-blue-950: #101623;
}