Sky Blue
#56F5EB
CyanColor Codes
All color formats for development
HEX
#56F5EBRGB
rgb(86, 245, 235)HSL
hsl(176, 89%, 65%)OKLCH
oklch(0.886 0.132 189.1)CMYK
cmyk(65%, 0%, 4%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#37F3E7
2#18F2E3
3#0DDBCE
4#0BBCB0
5#099D93
6#077D75
7#055E58
8#043F3B
9#021F1D
Tints
Lighter variations
1#67F6ED
2#78F7EF
3#89F8F1
4#9AF9F3
5#ABFAF5
6#BCFBF7
7#CCFCF9
8#DDFDFB
9#EEFEFD
Tones
Muted variations
1#5EEDE4
2#66E5DD
3#6EDDD6
4#76D5CF
5#7ECDC8
6#86C6C1
7#8EBEBA
8#96B6B4
9#9EAEAD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFD #DDFDFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0FB #C0FBF7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 90F9 #90F9F2 | BordersInactive statesPlaceholder text |
| 400 | 56F5 #56F5EB | Disabled statesSecondary iconsMuted text |
| 500 | 26F2 #26F2E5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0CD4 #0CD4C7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0AA9 #0AA99E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0778 #077871 | Text on light backgroundsHeadingsStrong borders |
| 900 | 044D #044D48 | Primary textHigh emphasis contentDark headings |
| 950 | 0330 #03302D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1FEFD;
--sky-blue-100: #DDFDFB;
--sky-blue-200: #C0FBF7;
--sky-blue-300: #90F9F2;
--sky-blue-400: #56F5EB;
--sky-blue-500: #26F2E5;
--sky-blue-600: #0CD4C7;
--sky-blue-700: #0AA99E;
--sky-blue-800: #077871;
--sky-blue-900: #044D48;
--sky-blue-950: #03302D;
}