Sky Blue
#57F4C3
GreenColor Codes
All color formats for development
HEX
#57F4C3RGB
rgb(87, 244, 195)HSL
hsl(161, 88%, 65%)OKLCH
oklch(0.872 0.149 168.5)CMYK
cmyk(64%, 0%, 20%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#38F2B7
2#19F0AC
3#0EDA99
4#0CBB84
5#0A9C6E
6#087D58
7#065D42
8#043E2C
9#021F16
Tints
Lighter variations
1#68F5C9
2#79F6CF
3#8AF8D5
4#9AF9DB
5#ABFAE1
6#BCFBE7
7#CDFCED
8#DDFDF3
9#EEFEF9
Tones
Muted variations
1#5FECC0
2#67E5BD
3#6FDDBA
4#77D5B7
5#7ECDB4
6#86C5B1
7#8EBDAE
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 #C1FBE9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 91F8 #91F8D7 | BordersInactive statesPlaceholder text |
| 400 | 57F4 #57F4C3 | Disabled statesSecondary iconsMuted text |
| 500 | 27F1 #27F1B1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0DD3 #0DD394 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0BA8 #0BA876 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0878 #087854 | Text on light backgroundsHeadingsStrong borders |
| 900 | 054D #054D36 | 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: #C1FBE9;
--sky-blue-300: #91F8D7;
--sky-blue-400: #57F4C3;
--sky-blue-500: #27F1B1;
--sky-blue-600: #0DD394;
--sky-blue-700: #0BA876;
--sky-blue-800: #087854;
--sky-blue-900: #054D36;
--sky-blue-950: #033022;
}