Sky Blue
#97A5F2
BlueColor Codes
All color formats for development
HEX
#97A5F2RGB
rgb(151, 165, 242)HSL
hsl(231, 78%, 77%)OKLCH
oklch(0.741 0.113 275.4)CMYK
cmyk(38%, 32%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7486EE
2#5168E9
3#2E49E5
4#1A35D2
5#162DAF
6#11248C
7#0D1B69
8#091246
9#040923
Tints
Lighter variations
1#A1ADF3
2#ABB6F5
3#B6C0F6
4#C0C9F7
5#CBD2F9
6#D5DBFA
7#E0E4FB
8#EAEDFC
9#F5F6FE
Tones
Muted variations
1#9BA8EE
2#A0ABE9
3#A4AEE4
4#A9B1E0
5#ADB4DB
6#B2B8D7
7#B7BBD2
8#BBBECD
9#C0C1C9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F3 #F1F3FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFE3 #DFE3FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4CC #C4CCF8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97A4 #97A4F2 | BordersInactive statesPlaceholder text |
| 400 | 6075 #6075EB | Disabled statesSecondary iconsMuted text |
| 500 | 334E #334EE6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1933 #1933C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1429 #14299F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E1D #0E1D71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0913 #091349 | Primary textHigh emphasis contentDark headings |
| 950 | 060C #060C2D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1F3FD;
--sky-blue-100: #DFE3FB;
--sky-blue-200: #C4CCF8;
--sky-blue-300: #97A4F2;
--sky-blue-400: #6075EB;
--sky-blue-500: #334EE6;
--sky-blue-600: #1933C8;
--sky-blue-700: #14299F;
--sky-blue-800: #0E1D71;
--sky-blue-900: #091349;
--sky-blue-950: #060C2D;
}