Sky Blue
#97F2DA
GreenColor Codes
All color formats for development
HEX
#97F2DARGB
rgb(151, 242, 218)HSL
hsl(164, 78%, 77%)OKLCH
oklch(0.897 0.094 175.4)CMYK
cmyk(38%, 0%, 10%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#74EECD
2#51E9C1
3#2EE5B4
4#1AD2A1
5#16AF86
6#118C6B
7#0D6950
8#094636
9#04231B
Tints
Lighter variations
1#A1F3DD
2#ABF5E1
3#B6F6E5
4#C0F7E9
5#CBF9EC
6#D5FAF0
7#E0FBF4
8#EAFCF8
9#F5FEFB
Tones
Muted variations
1#9BEED8
2#A0E9D5
3#A4E4D3
4#A9E0D1
5#ADDBCF
6#B2D7CD
7#B7D2CB
8#BBCDC9
9#C0C9C6
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBF4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F8 #C4F8EA | Secondary backgroundsInput backgroundsDividers |
| 300 | 97F2 #97F2DA | BordersInactive statesPlaceholder text |
| 400 | 60EB #60EBC6 | Disabled statesSecondary iconsMuted text |
| 500 | 33E6 #33E6B6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 19C8 #19C899 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 149F #149F7A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E71 #0E7157 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0949 #094938 | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D23 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1FDFA;
--sky-blue-100: #DFFBF4;
--sky-blue-200: #C4F8EA;
--sky-blue-300: #97F2DA;
--sky-blue-400: #60EBC6;
--sky-blue-500: #33E6B6;
--sky-blue-600: #19C899;
--sky-blue-700: #149F7A;
--sky-blue-800: #0E7157;
--sky-blue-900: #094938;
--sky-blue-950: #062D23;
}