Sky Blue
#97C9F2
BlueColor Codes
All color formats for development
HEX
#97C9F2RGB
rgb(151, 201, 242)HSL
hsl(207, 78%, 77%)OKLCH
oklch(0.815 0.078 243.7)CMYK
cmyk(38%, 17%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#74B7EE
2#51A5E9
3#2E93E5
4#1A7FD2
5#166AAF
6#11558C
7#0D3F69
8#092A46
9#041523
Tints
Lighter variations
1#A1CEF3
2#ABD4F5
3#B6D9F6
4#C0DFF7
5#CBE4F9
6#D5E9FA
7#E0EFFB
8#EAF4FC
9#F5FAFE
Tones
Muted variations
1#9BC8EE
2#A0C8E9
3#A4C8E4
4#A9C7E0
5#ADC7DB
6#B2C6D7
7#B7C6D2
8#BBC5CD
9#C0C5C9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F8 #F1F8FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFEF #DFEFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4E0 #C4E0F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97C9 #97C9F2 | BordersInactive statesPlaceholder text |
| 400 | 60AD #60ADEB | Disabled statesSecondary iconsMuted text |
| 500 | 3395 #3395E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1979 #1979C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1460 #14609F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E45 #0E4571 | Text on light backgroundsHeadingsStrong borders |
| 900 | 092C #092C49 | Primary textHigh emphasis contentDark headings |
| 950 | 061B #061B2D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1F8FD;
--sky-blue-100: #DFEFFB;
--sky-blue-200: #C4E0F8;
--sky-blue-300: #97C9F2;
--sky-blue-400: #60ADEB;
--sky-blue-500: #3395E6;
--sky-blue-600: #1979C8;
--sky-blue-700: #14609F;
--sky-blue-800: #0E4571;
--sky-blue-900: #092C49;
--sky-blue-950: #061B2D;
}