Sky Blue
#97A7F2
BlueColor Codes
All color formats for development
HEX
#97A7F2RGB
rgb(151, 167, 242)HSL
hsl(229, 78%, 77%)OKLCH
oklch(0.745 0.11 274.2)CMYK
cmyk(38%, 31%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#748AEE
2#516DE9
3#2E4FE5
4#1A3CD2
5#1632AF
6#11288C
7#0D1E69
8#091446
9#040A23
Tints
Lighter variations
1#A1B0F3
2#ABB9F5
3#B6C2F6
4#C0CAF7
5#CBD3F9
6#D5DCFA
7#E0E5FB
8#EAEDFC
9#F5F6FE
Tones
Muted variations
1#9BAAEE
2#A0ADE9
3#A4B0E4
4#A9B3E0
5#ADB6DB
6#B2B9D7
7#B7BCD2
8#BBBFCD
9#C0C1C9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F4 #F1F4FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFE4 #DFE4FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4CD #C4CDF8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97A7 #97A7F2 | BordersInactive statesPlaceholder text |
| 400 | 607A #607AEB | Disabled statesSecondary iconsMuted text |
| 500 | 3354 #3354E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1939 #1939C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 142D #142D9F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E20 #0E2071 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0915 #091549 | Primary textHigh emphasis contentDark headings |
| 950 | 060D #060D2D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1F4FD;
--sky-blue-100: #DFE4FB;
--sky-blue-200: #C4CDF8;
--sky-blue-300: #97A7F2;
--sky-blue-400: #607AEB;
--sky-blue-500: #3354E6;
--sky-blue-600: #1939C8;
--sky-blue-700: #142D9F;
--sky-blue-800: #0E2071;
--sky-blue-900: #091549;
--sky-blue-950: #060D2D;
}