Sky Blue
#57F4C5
GreenColor Codes
All color formats for development
HEX
#57F4C5RGB
rgb(87, 244, 197)HSL
hsl(162, 88%, 65%)OKLCH
oklch(0.873 0.148 169.4)CMYK
cmyk(64%, 0%, 19%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#38F2BA
2#19F0B0
3#0EDA9D
4#0CBB86
5#0A9C70
6#087D5A
7#065D43
8#043E2D
9#021F16
Tints
Lighter variations
1#68F5CB
2#79F6D1
3#8AF8D7
4#9AF9DC
5#ABFAE2
6#BCFBE8
7#CDFCEE
8#DDFDF3
9#EEFEF9
Tones
Muted variations
1#5FECC2
2#67E5BF
3#6FDDBC
4#77D5B9
5#7ECDB5
6#86C5B2
7#8EBDAF
8#96B5AC
9#9EAEA9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFD #DDFDF3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1FB #C1FBEA | Secondary backgroundsInput backgroundsDividers |
| 300 | 91F8 #91F8D9 | BordersInactive statesPlaceholder text |
| 400 | 57F4 #57F4C5 | Disabled statesSecondary iconsMuted text |
| 500 | 27F1 #27F1B5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0DD3 #0DD398 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0BA8 #0BA879 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0878 #087856 | Text on light backgroundsHeadingsStrong borders |
| 900 | 054D #054D37 | Primary textHigh emphasis contentDark headings |
| 950 | 0330 #033022 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1FEFA;
--sky-blue-100: #DDFDF3;
--sky-blue-200: #C1FBEA;
--sky-blue-300: #91F8D9;
--sky-blue-400: #57F4C5;
--sky-blue-500: #27F1B5;
--sky-blue-600: #0DD398;
--sky-blue-700: #0BA879;
--sky-blue-800: #087856;
--sky-blue-900: #054D37;
--sky-blue-950: #033022;
}