Sky Blue
#57F4CA
GreenColor Codes
All color formats for development
HEX
#57F4CARGB
rgb(87, 244, 202)HSL
hsl(164, 88%, 65%)OKLCH
oklch(0.874 0.145 171.7)CMYK
cmyk(64%, 0%, 17%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#38F2C1
2#19F0B7
3#0EDAA4
4#0CBB8C
5#0A9C75
6#087D5E
7#065D46
8#043E2F
9#021F17
Tints
Lighter variations
1#68F5D0
2#79F6D5
3#8AF8DA
4#9AF9DF
5#ABFAE5
6#BCFBEA
7#CDFCEF
8#DDFDF4
9#EEFEFA
Tones
Muted variations
1#5FECC7
2#67E5C3
3#6FDDBF
4#77D5BC
5#7ECDB8
6#86C5B4
7#8EBDB1
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 #C1FBEB | Secondary backgroundsInput backgroundsDividers |
| 300 | 91F8 #91F8DC | BordersInactive statesPlaceholder text |
| 400 | 57F4 #57F4CA | Disabled statesSecondary iconsMuted text |
| 500 | 27F1 #27F1BB | Primary brand colorCTAsActive elementsLinks |
| 600 | 0DD3 #0DD39E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0BA8 #0BA87E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0878 #08785A | Text on light backgroundsHeadingsStrong borders |
| 900 | 054D #054D3A | Primary textHigh emphasis contentDark headings |
| 950 | 0330 #033024 | 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: #C1FBEB;
--sky-blue-300: #91F8DC;
--sky-blue-400: #57F4CA;
--sky-blue-500: #27F1BB;
--sky-blue-600: #0DD39E;
--sky-blue-700: #0BA87E;
--sky-blue-800: #08785A;
--sky-blue-900: #054D3A;
--sky-blue-950: #033024;
}