Sky Blue
#97F2CD
GreenColor Codes
All color formats for development
HEX
#97F2CDRGB
rgb(151, 242, 205)HSL
hsl(156, 78%, 77%)OKLCH
oklch(0.894 0.102 166.4)CMYK
cmyk(38%, 0%, 15%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#74EEBD
2#51E9AC
3#2EE59C
4#1AD288
5#16AF71
6#118C5B
7#0D6944
8#09462D
9#042317
Tints
Lighter variations
1#A1F3D2
2#ABF5D7
3#B6F6DC
4#C0F7E1
5#CBF9E6
6#D5FAEB
7#E0FBF0
8#EAFCF5
9#F5FEFA
Tones
Muted variations
1#9BEECD
2#A0E9CC
3#A4E4CB
4#A9E0CA
5#ADDBC9
6#B2D7C8
7#B7D2C7
8#BBCDC6
9#C0C9C5
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDF9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBF0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F8 #C4F8E3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97F2 #97F2CD | BordersInactive statesPlaceholder text |
| 400 | 60EB #60EBB4 | Disabled statesSecondary iconsMuted text |
| 500 | 33E6 #33E69E | Primary brand colorCTAsActive elementsLinks |
| 600 | 19C8 #19C882 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 149F #149F67 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E71 #0E714A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0949 #09492F | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D1D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1FDF9;
--sky-blue-100: #DFFBF0;
--sky-blue-200: #C4F8E3;
--sky-blue-300: #97F2CD;
--sky-blue-400: #60EBB4;
--sky-blue-500: #33E69E;
--sky-blue-600: #19C882;
--sky-blue-700: #149F67;
--sky-blue-800: #0E714A;
--sky-blue-900: #09492F;
--sky-blue-950: #062D1D;
}