Sky Blue
#97F2D8
GreenColor Codes
All color formats for development
HEX
#97F2D8RGB
rgb(151, 242, 216)HSL
hsl(163, 78%, 77%)OKLCH
oklch(0.897 0.095 173.9)CMYK
cmyk(38%, 0%, 11%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#74EECB
2#51E9BE
3#2EE5B1
4#1AD29E
5#16AF83
6#118C69
7#0D694F
8#094635
9#04231A
Tints
Lighter variations
1#A1F3DC
2#ABF5E0
3#B6F6E4
4#C0F7E8
5#CBF9EC
6#D5FAEF
7#E0FBF3
8#EAFCF7
9#F5FEFB
Tones
Muted variations
1#9BEED6
2#A0E9D4
3#A4E4D2
4#A9E0D0
5#ADDBCE
6#B2D7CC
7#B7D2CA
8#BBCDC8
9#C0C9C6
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBF3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F8 #C4F8E9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97F2 #97F2D8 | BordersInactive statesPlaceholder text |
| 400 | 60EB #60EBC4 | Disabled statesSecondary iconsMuted text |
| 500 | 33E6 #33E6B3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 19C8 #19C896 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 149F #149F77 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E71 #0E7155 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0949 #094937 | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D22 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1FDFA;
--sky-blue-100: #DFFBF3;
--sky-blue-200: #C4F8E9;
--sky-blue-300: #97F2D8;
--sky-blue-400: #60EBC4;
--sky-blue-500: #33E6B3;
--sky-blue-600: #19C896;
--sky-blue-700: #149F77;
--sky-blue-800: #0E7155;
--sky-blue-900: #094937;
--sky-blue-950: #062D22;
}