Sky Blue
#56F5C3
GreenColor Codes
All color formats for development
HEX
#56F5C3RGB
rgb(86, 245, 195)HSL
hsl(161, 89%, 65%)OKLCH
oklch(0.874 0.151 168.2)CMYK
cmyk(65%, 0%, 20%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#37F3B8
2#18F2AD
3#0DDB9A
4#0BBC84
5#099D6E
6#077D58
7#055E42
8#043F2C
9#021F16
Tints
Lighter variations
1#67F6C9
2#78F7CF
3#89F8D5
4#9AF9DB
5#ABFAE1
6#BCFBE7
7#CCFCED
8#DDFDF3
9#EEFEF9
Tones
Muted variations
1#5EEDC0
2#66E5BD
3#6EDDBA
4#76D5B7
5#7ECDB4
6#86C6B1
7#8EBEAE
8#96B6AC
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 | C0FB #C0FBE9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 90F9 #90F9D7 | BordersInactive statesPlaceholder text |
| 400 | 56F5 #56F5C3 | Disabled statesSecondary iconsMuted text |
| 500 | 26F2 #26F2B2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0CD4 #0CD495 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0AA9 #0AA976 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0778 #077855 | Text on light backgroundsHeadingsStrong borders |
| 900 | 044D #044D36 | 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: #C0FBE9;
--sky-blue-300: #90F9D7;
--sky-blue-400: #56F5C3;
--sky-blue-500: #26F2B2;
--sky-blue-600: #0CD495;
--sky-blue-700: #0AA976;
--sky-blue-800: #077855;
--sky-blue-900: #044D36;
--sky-blue-950: #033022;
}