Sky Blue
#97A6F2
BlueColor Codes
All color formats for development
HEX
#97A6F2RGB
rgb(151, 166, 242)HSL
hsl(230, 78%, 77%)OKLCH
oklch(0.743 0.111 274.8)CMYK
cmyk(38%, 31%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7488EE
2#516AE9
3#2E4CE5
4#1A39D2
5#162FAF
6#11268C
7#0D1C69
8#091346
9#040923
Tints
Lighter variations
1#A1AFF3
2#ABB8F5
3#B6C1F6
4#C0CAF7
5#CBD2F9
6#D5DBFA
7#E0E4FB
8#EAEDFC
9#F5F6FE
Tones
Muted variations
1#9BA9EE
2#A0ACE9
3#A4AFE4
4#A9B2E0
5#ADB5DB
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 | DFE4 #DFE4FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4CD #C4CDF8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97A6 #97A6F2 | BordersInactive statesPlaceholder text |
| 400 | 6077 #6077EB | Disabled statesSecondary iconsMuted text |
| 500 | 3351 #3351E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1936 #1936C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 142B #142B9F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E1F #0E1F71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0914 #091449 | 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: #DFE4FB;
--sky-blue-200: #C4CDF8;
--sky-blue-300: #97A6F2;
--sky-blue-400: #6077EB;
--sky-blue-500: #3351E6;
--sky-blue-600: #1936C8;
--sky-blue-700: #142B9F;
--sky-blue-800: #0E1F71;
--sky-blue-900: #091449;
--sky-blue-950: #060C2D;
}