Sky Blue
#56F5C8
GreenColor Codes
All color formats for development
HEX
#56F5C8RGB
rgb(86, 245, 200)HSL
hsl(163, 89%, 65%)OKLCH
oklch(0.876 0.147 170.5)CMYK
cmyk(65%, 0%, 18%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#37F3BE
2#18F2B4
3#0DDBA1
4#0BBC8A
5#099D73
6#077D5C
7#055E45
8#043F2E
9#021F17
Tints
Lighter variations
1#67F6CE
2#78F7D3
3#89F8D9
4#9AF9DE
5#ABFAE4
6#BCFBE9
7#CCFCEF
8#DDFDF4
9#EEFEFA
Tones
Muted variations
1#5EEDC5
2#66E5C1
3#6EDDBE
4#76D5BA
5#7ECDB7
6#86C6B4
7#8EBEB0
8#96B6AD
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 | C0FB #C0FBEB | Secondary backgroundsInput backgroundsDividers |
| 300 | 90F9 #90F9DB | BordersInactive statesPlaceholder text |
| 400 | 56F5 #56F5C8 | Disabled statesSecondary iconsMuted text |
| 500 | 26F2 #26F2B9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0CD4 #0CD49B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0AA9 #0AA97C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0778 #077858 | Text on light backgroundsHeadingsStrong borders |
| 900 | 044D #044D39 | 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: #C0FBEB;
--sky-blue-300: #90F9DB;
--sky-blue-400: #56F5C8;
--sky-blue-500: #26F2B9;
--sky-blue-600: #0CD49B;
--sky-blue-700: #0AA97C;
--sky-blue-800: #077858;
--sky-blue-900: #044D39;
--sky-blue-950: #033023;
}