Sky Blue
#56F5D8
CyanColor Codes
All color formats for development
HEX
#56F5D8RGB
rgb(86, 245, 216)HSL
hsl(169, 89%, 65%)OKLCH
oklch(0.88 0.138 178.3)CMYK
cmyk(65%, 0%, 12%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#37F3D1
2#18F2CA
3#0DDBB5
4#0BBC9C
5#099D82
6#077D68
7#055E4E
8#043F34
9#021F1A
Tints
Lighter variations
1#67F6DC
2#78F7E0
3#89F8E4
4#9AF9E8
5#ABFAEC
6#BCFBEF
7#CCFCF3
8#DDFDF7
9#EEFEFB
Tones
Muted variations
1#5EEDD3
2#66E5CE
3#6EDDC9
4#76D5C4
5#7ECDBF
6#86C6BA
7#8EBEB5
8#96B6B0
9#9EAEAB
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFD #DDFDF7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0FB #C0FBF1 | Secondary backgroundsInput backgroundsDividers |
| 300 | 90F9 #90F9E5 | BordersInactive statesPlaceholder text |
| 400 | 56F5 #56F5D8 | Disabled statesSecondary iconsMuted text |
| 500 | 26F2 #26F2CD | Primary brand colorCTAsActive elementsLinks |
| 600 | 0CD4 #0CD4AF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0AA9 #0AA98C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0778 #077864 | Text on light backgroundsHeadingsStrong borders |
| 900 | 044D #044D40 | Primary textHigh emphasis contentDark headings |
| 950 | 0330 #033028 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1FEFC;
--sky-blue-100: #DDFDF7;
--sky-blue-200: #C0FBF1;
--sky-blue-300: #90F9E5;
--sky-blue-400: #56F5D8;
--sky-blue-500: #26F2CD;
--sky-blue-600: #0CD4AF;
--sky-blue-700: #0AA98C;
--sky-blue-800: #077864;
--sky-blue-900: #044D40;
--sky-blue-950: #033028;
}