Sky Blue
#97DAF2
BlueColor Codes
All color formats for development
HEX
#97DAF2RGB
rgb(151, 218, 242)HSL
hsl(196, 78%, 77%)OKLCH
oklch(0.852 0.075 222.4)CMYK
cmyk(38%, 10%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#74CDEE
2#51C1E9
3#2EB4E5
4#1AA1D2
5#1686AF
6#116B8C
7#0D5069
8#093646
9#041B23
Tints
Lighter variations
1#A1DDF3
2#ABE1F5
3#B6E5F6
4#C0E9F7
5#CBECF9
6#D5F0FA
7#E0F4FB
8#EAF8FC
9#F5FBFE
Tones
Muted variations
1#9BD8EE
2#A0D5E9
3#A4D3E4
4#A9D1E0
5#ADCFDB
6#B2CDD7
7#B7CBD2
8#BBC9CD
9#C0C6C9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FA #F1FAFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFF4 #DFF4FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4EA #C4EAF8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97DA #97DAF2 | BordersInactive statesPlaceholder text |
| 400 | 60C6 #60C6EB | Disabled statesSecondary iconsMuted text |
| 500 | 33B6 #33B6E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1999 #1999C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 147A #147A9F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E57 #0E5771 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0938 #093849 | Primary textHigh emphasis contentDark headings |
| 950 | 0623 #06232D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1FAFD;
--sky-blue-100: #DFF4FB;
--sky-blue-200: #C4EAF8;
--sky-blue-300: #97DAF2;
--sky-blue-400: #60C6EB;
--sky-blue-500: #33B6E6;
--sky-blue-600: #1999C8;
--sky-blue-700: #147A9F;
--sky-blue-800: #0E5771;
--sky-blue-900: #093849;
--sky-blue-950: #06232D;
}