Sky Blue
#97C6F2
BlueColor Codes
All color formats for development
HEX
#97C6F2RGB
rgb(151, 198, 242)HSL
hsl(209, 78%, 77%)OKLCH
oklch(0.809 0.08 247.2)CMYK
cmyk(38%, 18%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#74B3EE
2#51A0E9
3#2E8DE5
4#1A79D2
5#1665AF
6#11518C
7#0D3C69
8#092846
9#041423
Tints
Lighter variations
1#A1CCF3
2#ABD1F5
3#B6D7F6
4#C0DDF7
5#CBE2F9
6#D5E8FA
7#E0EEFB
8#EAF4FC
9#F5F9FE
Tones
Muted variations
1#9BC6EE
2#A0C6E9
3#A4C5E4
4#A9C5E0
5#ADC5DB
6#B2C5D7
7#B7C5D2
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 | DFEE #DFEEFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4DF #C4DFF8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97C6 #97C6F2 | BordersInactive statesPlaceholder text |
| 400 | 60A8 #60A8EB | Disabled statesSecondary iconsMuted text |
| 500 | 338F #338FE6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1973 #1973C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 145C #145C9F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E41 #0E4171 | Text on light backgroundsHeadingsStrong borders |
| 900 | 092A #092A49 | Primary textHigh emphasis contentDark headings |
| 950 | 061A #061A2D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1F8FD;
--sky-blue-100: #DFEEFB;
--sky-blue-200: #C4DFF8;
--sky-blue-300: #97C6F2;
--sky-blue-400: #60A8EB;
--sky-blue-500: #338FE6;
--sky-blue-600: #1973C8;
--sky-blue-700: #145C9F;
--sky-blue-800: #0E4171;
--sky-blue-900: #092A49;
--sky-blue-950: #061A2D;
}