Sky Blue
#97F2D2
GreenColor Codes
All color formats for development
HEX
#97F2D2RGB
rgb(151, 242, 210)HSL
hsl(159, 78%, 77%)OKLCH
oklch(0.895 0.099 169.7)CMYK
cmyk(38%, 0%, 13%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#74EEC3
2#51E9B4
3#2EE5A5
4#1AD291
5#16AF79
6#118C61
7#0D6949
8#094630
9#042318
Tints
Lighter variations
1#A1F3D7
2#ABF5DB
3#B6F6E0
4#C0F7E4
5#CBF9E9
6#D5FAED
7#E0FBF2
8#EAFCF6
9#F5FEFB
Tones
Muted variations
1#9BEED1
2#A0E9CF
3#A4E4CE
4#A9E0CD
5#ADDBCB
6#B2D7CA
7#B7D2C8
8#BBCDC7
9#C0C9C6
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDF9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBF1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F8 #C4F8E6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97F2 #97F2D2 | BordersInactive statesPlaceholder text |
| 400 | 60EB #60EBBB | Disabled statesSecondary iconsMuted text |
| 500 | 33E6 #33E6A7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 19C8 #19C88A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 149F #149F6E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E71 #0E714F | Text on light backgroundsHeadingsStrong borders |
| 900 | 0949 #094932 | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D1F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1FDF9;
--sky-blue-100: #DFFBF1;
--sky-blue-200: #C4F8E6;
--sky-blue-300: #97F2D2;
--sky-blue-400: #60EBBB;
--sky-blue-500: #33E6A7;
--sky-blue-600: #19C88A;
--sky-blue-700: #149F6E;
--sky-blue-800: #0E714F;
--sky-blue-900: #094932;
--sky-blue-950: #062D1F;
}