Sky Blue
#57F4C8
GreenColor Codes
All color formats for development
HEX
#57F4C8RGB
rgb(87, 244, 200)HSL
hsl(163, 88%, 65%)OKLCH
oklch(0.873 0.146 170.7)CMYK
cmyk(64%, 0%, 18%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#38F2BE
2#19F0B3
3#0EDAA0
4#0CBB89
5#0A9C72
6#087D5C
7#065D45
8#043E2E
9#021F17
Tints
Lighter variations
1#68F5CD
2#79F6D3
3#8AF8D8
4#9AF9DE
5#ABFAE3
6#BCFBE9
7#CDFCEE
8#DDFDF4
9#EEFEF9
Tones
Muted variations
1#5FECC4
2#67E5C1
3#6FDDBE
4#77D5BA
5#7ECDB7
6#86C5B3
7#8EBDB0
8#96B5AD
9#9EAEA9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFD #DDFDF4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1FB #C1FBEA | Secondary backgroundsInput backgroundsDividers |
| 300 | 91F8 #91F8DB | BordersInactive statesPlaceholder text |
| 400 | 57F4 #57F4C8 | Disabled statesSecondary iconsMuted text |
| 500 | 27F1 #27F1B8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0DD3 #0DD39B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0BA8 #0BA87B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0878 #087858 | Text on light backgroundsHeadingsStrong borders |
| 900 | 054D #054D38 | Primary textHigh emphasis contentDark headings |
| 950 | 0330 #033023 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1FEFA;
--sky-blue-100: #DDFDF4;
--sky-blue-200: #C1FBEA;
--sky-blue-300: #91F8DB;
--sky-blue-400: #57F4C8;
--sky-blue-500: #27F1B8;
--sky-blue-600: #0DD39B;
--sky-blue-700: #0BA87B;
--sky-blue-800: #087858;
--sky-blue-900: #054D38;
--sky-blue-950: #033023;
}