Sky Blue
#97F2CC
GreenColor Codes
All color formats for development
HEX
#97F2CCRGB
rgb(151, 242, 204)HSL
hsl(155, 78%, 77%)OKLCH
oklch(0.893 0.103 165.7)CMYK
cmyk(38%, 0%, 16%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#74EEBB
2#51E9AA
3#2EE599
4#1AD285
5#16AF6F
6#118C59
7#0D6943
8#09462C
9#042316
Tints
Lighter variations
1#A1F3D1
2#ABF5D6
3#B6F6DB
4#C0F7E0
5#CBF9E5
6#D5FAEB
7#E0FBF0
8#EAFCF5
9#F5FEFA
Tones
Muted variations
1#9BEECB
2#A0E9CA
3#A4E4CA
4#A9E0C9
5#ADDBC8
6#B2D7C7
7#B7D2C7
8#BBCDC6
9#C0C9C5
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDF8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBEF | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F8 #C4F8E2 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97F2 #97F2CC | BordersInactive statesPlaceholder text |
| 400 | 60EB #60EBB1 | Disabled statesSecondary iconsMuted text |
| 500 | 33E6 #33E69B | Primary brand colorCTAsActive elementsLinks |
| 600 | 19C8 #19C87F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 149F #149F65 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E71 #0E7148 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0949 #09492E | 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: #F1FDF8;
--sky-blue-100: #DFFBEF;
--sky-blue-200: #C4F8E2;
--sky-blue-300: #97F2CC;
--sky-blue-400: #60EBB1;
--sky-blue-500: #33E69B;
--sky-blue-600: #19C87F;
--sky-blue-700: #149F65;
--sky-blue-800: #0E7148;
--sky-blue-900: #09492E;
--sky-blue-950: #062D1D;
}