Sky Blue
#8198CA
BlueColor Codes
All color formats for development
HEX
#8198CARGB
rgb(129, 152, 202)HSL
hsl(221, 41%, 65%)OKLCH
oklch(0.681 0.079 265.3)CMYK
cmyk(36%, 25%, 0%, 21%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6A85C1
2#5272B7
3#4463A4
4#3B548C
5#314675
6#27385D
7#1D2A46
8#141C2F
9#0A0E17
Tints
Lighter variations
1#8EA3D0
2#9AADD5
3#A7B7DA
4#B3C1DF
5#C0CCE5
6#CDD6EA
7#D9E0EF
8#E6EAF4
9#F2F5FA
Tones
Muted variations
1#859AC7
2#889BC3
3#8C9CBF
4#909EBC
5#939FB8
6#97A0B4
7#9BA2B1
8#9EA3AD
9#A2A4A9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F6 #F4F6FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6EA #E6EAF4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D0D9 #D0D9EB | Secondary backgroundsInput backgroundsDividers |
| 300 | ACBC #ACBCDC | BordersInactive statesPlaceholder text |
| 400 | 8198 #8198CA | Disabled statesSecondary iconsMuted text |
| 500 | 5D7B #5D7BBB | Primary brand colorCTAsActive elementsLinks |
| 600 | 425F #425F9E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 354C #354C7E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2636 #26365A | Text on light backgroundsHeadingsStrong borders |
| 900 | 1823 #18233A | 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: #E6EAF4;
--sky-blue-200: #D0D9EB;
--sky-blue-300: #ACBCDC;
--sky-blue-400: #8198CA;
--sky-blue-500: #5D7BBB;
--sky-blue-600: #425F9E;
--sky-blue-700: #354C7E;
--sky-blue-800: #26365A;
--sky-blue-900: #18233A;
--sky-blue-950: #0F1624;
}