Sky Blue
#8299C9
BlueColor Codes
All color formats for development
HEX
#8299C9RGB
rgb(130, 153, 201)HSL
hsl(221, 40%, 65%)OKLCH
oklch(0.683 0.076 264.6)CMYK
cmyk(35%, 24%, 0%, 21%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6B86C0
2#5473B6
3#4663A2
4#3C558B
5#324774
6#28395D
7#1E2A46
8#141C2E
9#0A0E17
Tints
Lighter variations
1#8FA3CF
2#9BADD4
3#A8B7DA
4#B4C2DF
5#C1CCE4
6#CDD6EA
7#DAE0EF
8#E6EBF4
9#F3F5FA
Tones
Muted variations
1#869AC6
2#899BC2
3#8D9DBF
4#909EBB
5#949FB8
6#97A1B4
7#9BA2B0
8#9FA3AD
9#A2A4A9
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 | D1D9 #D1D9EB | Secondary backgroundsInput backgroundsDividers |
| 300 | ADBC #ADBCDC | BordersInactive statesPlaceholder text |
| 400 | 8299 #8299C9 | Disabled statesSecondary iconsMuted text |
| 500 | 5E7B #5E7BBA | Primary brand colorCTAsActive elementsLinks |
| 600 | 4360 #43609D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 364C #364C7D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2636 #263659 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1823 #182339 | Primary textHigh emphasis contentDark headings |
| 950 | 0F16 #0F1624 | 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: #D1D9EB;
--sky-blue-300: #ADBCDC;
--sky-blue-400: #8299C9;
--sky-blue-500: #5E7BBA;
--sky-blue-600: #43609D;
--sky-blue-700: #364C7D;
--sky-blue-800: #263659;
--sky-blue-900: #182339;
--sky-blue-950: #0F1624;
}