Sky Blue
#56F5E0
CyanColor Codes
All color formats for development
HEX
#56F5E0RGB
rgb(86, 245, 224)HSL
hsl(172, 89%, 65%)OKLCH
oklch(0.882 0.135 182.7)CMYK
cmyk(65%, 0%, 9%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#37F3DA
2#18F2D4
3#0DDBC0
4#0BBCA4
5#099D89
6#077D6E
7#055E52
8#043F37
9#021F1B
Tints
Lighter variations
1#67F6E3
2#78F7E6
3#89F8E9
4#9AF9EC
5#ABFAF0
6#BCFBF3
7#CCFCF6
8#DDFDF9
9#EEFEFC
Tones
Muted variations
1#5EEDDA
2#66E5D4
3#6EDDCF
4#76D5C9
5#7ECDC3
6#86C6BD
7#8EBEB7
8#96B6B1
9#9EAEAC
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFD #DDFDF9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0FB #C0FBF3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 90F9 #90F9EB | BordersInactive statesPlaceholder text |
| 400 | 56F5 #56F5E0 | Disabled statesSecondary iconsMuted text |
| 500 | 26F2 #26F2D7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0CD4 #0CD4B9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0AA9 #0AA994 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0778 #077869 | Text on light backgroundsHeadingsStrong borders |
| 900 | 044D #044D43 | Primary textHigh emphasis contentDark headings |
| 950 | 0330 #03302A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1FEFC;
--sky-blue-100: #DDFDF9;
--sky-blue-200: #C0FBF3;
--sky-blue-300: #90F9EB;
--sky-blue-400: #56F5E0;
--sky-blue-500: #26F2D7;
--sky-blue-600: #0CD4B9;
--sky-blue-700: #0AA994;
--sky-blue-800: #077869;
--sky-blue-900: #044D43;
--sky-blue-950: #03302A;
}