Sky Blue
#97D8F2
BlueColor Codes
All color formats for development
HEX
#97D8F2RGB
rgb(151, 216, 242)HSL
hsl(197, 78%, 77%)OKLCH
oklch(0.848 0.075 224.9)CMYK
cmyk(38%, 11%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#74CBEE
2#51BEE9
3#2EB1E5
4#1A9ED2
5#1683AF
6#11698C
7#0D4F69
8#093546
9#041A23
Tints
Lighter variations
1#A1DCF3
2#ABE0F5
3#B6E4F6
4#C0E8F7
5#CBECF9
6#D5EFFA
7#E0F3FB
8#EAF7FC
9#F5FBFE
Tones
Muted variations
1#9BD6EE
2#A0D4E9
3#A4D2E4
4#A9D0E0
5#ADCEDB
6#B2CCD7
7#B7CAD2
8#BBC8CD
9#C0C6C9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FA #F1FAFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFF3 #DFF3FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4E9 #C4E9F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97D8 #97D8F2 | BordersInactive statesPlaceholder text |
| 400 | 60C4 #60C4EB | Disabled statesSecondary iconsMuted text |
| 500 | 33B3 #33B3E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1996 #1996C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1477 #14779F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E55 #0E5571 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0937 #093749 | Primary textHigh emphasis contentDark headings |
| 950 | 0622 #06222D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1FAFD;
--sky-blue-100: #DFF3FB;
--sky-blue-200: #C4E9F8;
--sky-blue-300: #97D8F2;
--sky-blue-400: #60C4EB;
--sky-blue-500: #33B3E6;
--sky-blue-600: #1996C8;
--sky-blue-700: #14779F;
--sky-blue-800: #0E5571;
--sky-blue-900: #093749;
--sky-blue-950: #06222D;
}