Sky Blue
#57F4C0
GreenColor Codes
All color formats for development
HEX
#57F4C0RGB
rgb(87, 244, 192)HSL
hsl(160, 88%, 65%)OKLCH
oklch(0.871 0.151 167.2)CMYK
cmyk(64%, 0%, 21%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#38F2B4
2#19F0A9
3#0EDA96
4#0CBB81
5#0A9C6B
6#087D56
7#065D40
8#043E2B
9#021F15
Tints
Lighter variations
1#68F5C6
2#79F6CD
3#8AF8D3
4#9AF9D9
5#ABFADF
6#BCFBE6
7#CDFCEC
8#DDFDF2
9#EEFEF9
Tones
Muted variations
1#5FECBD
2#67E5BB
3#6FDDB8
4#77D5B5
5#7ECDB3
6#86C5B0
7#8EBDAE
8#96B5AB
9#9EAEA8
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFD #DDFDF2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1FB #C1FBE8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 91F8 #91F8D6 | BordersInactive statesPlaceholder text |
| 400 | 57F4 #57F4C0 | Disabled statesSecondary iconsMuted text |
| 500 | 27F1 #27F1AE | Primary brand colorCTAsActive elementsLinks |
| 600 | 0DD3 #0DD391 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0BA8 #0BA873 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0878 #087852 | Text on light backgroundsHeadingsStrong borders |
| 900 | 054D #054D35 | Primary textHigh emphasis contentDark headings |
| 950 | 0330 #033021 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1FEFA;
--sky-blue-100: #DDFDF2;
--sky-blue-200: #C1FBE8;
--sky-blue-300: #91F8D6;
--sky-blue-400: #57F4C0;
--sky-blue-500: #27F1AE;
--sky-blue-600: #0DD391;
--sky-blue-700: #0BA873;
--sky-blue-800: #087852;
--sky-blue-900: #054D35;
--sky-blue-950: #033021;
}