Sky Blue
#97DBF2
BlueColor Codes
All color formats for development
HEX
#97DBF2RGB
rgb(151, 219, 242)HSL
hsl(195, 78%, 77%)OKLCH
oklch(0.854 0.075 221.1)CMYK
cmyk(38%, 10%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#74CFEE
2#51C3E9
3#2EB7E5
4#1AA4D2
5#1688AF
6#116D8C
7#0D5269
8#093746
9#041B23
Tints
Lighter variations
1#A1DFF3
2#ABE2F5
3#B6E6F6
4#C0EAF7
5#CBEDF9
6#D5F1FA
7#E0F4FB
8#EAF8FC
9#F5FBFE
Tones
Muted variations
1#9BD9EE
2#A0D7E9
3#A4D4E4
4#A9D2E0
5#ADD0DB
6#B2CDD7
7#B7CBD2
8#BBC9CD
9#C0C7C9
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 | C4EB #C4EBF8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97DB #97DBF2 | BordersInactive statesPlaceholder text |
| 400 | 60C9 #60C9EB | Disabled statesSecondary iconsMuted text |
| 500 | 33B9 #33B9E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 199C #199CC8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 147C #147C9F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E59 #0E5971 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0939 #093949 | 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: #C4EBF8;
--sky-blue-300: #97DBF2;
--sky-blue-400: #60C9EB;
--sky-blue-500: #33B9E6;
--sky-blue-600: #199CC8;
--sky-blue-700: #147C9F;
--sky-blue-800: #0E5971;
--sky-blue-900: #093949;
--sky-blue-950: #06232D;
}