Sky Blue
#56F5E5
CyanColor Codes
All color formats for development
HEX
#56F5E5RGB
rgb(86, 245, 229)HSL
hsl(174, 89%, 65%)OKLCH
oklch(0.884 0.133 185.5)CMYK
cmyk(65%, 0%, 7%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#37F3E1
2#18F2DC
3#0DDBC7
4#0BBCAA
5#099D8E
6#077D72
7#055E55
8#043F39
9#021F1C
Tints
Lighter variations
1#67F6E8
2#78F7EA
3#89F8ED
4#9AF9F0
5#ABFAF2
6#BCFBF5
7#CCFCF7
8#DDFDFA
9#EEFEFC
Tones
Muted variations
1#5EEDDF
2#66E5D9
3#6EDDD2
4#76D5CC
5#7ECDC6
6#86C6BF
7#8EBEB9
8#96B6B2
9#9EAEAC
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFD #DDFDFA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0FB #C0FBF5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 90F9 #90F9EE | BordersInactive statesPlaceholder text |
| 400 | 56F5 #56F5E5 | Disabled statesSecondary iconsMuted text |
| 500 | 26F2 #26F2DE | Primary brand colorCTAsActive elementsLinks |
| 600 | 0CD4 #0CD4C0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0AA9 #0AA999 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0778 #07786D | Text on light backgroundsHeadingsStrong borders |
| 900 | 044D #044D46 | Primary textHigh emphasis contentDark headings |
| 950 | 0330 #03302C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1FEFD;
--sky-blue-100: #DDFDFA;
--sky-blue-200: #C0FBF5;
--sky-blue-300: #90F9EE;
--sky-blue-400: #56F5E5;
--sky-blue-500: #26F2DE;
--sky-blue-600: #0CD4C0;
--sky-blue-700: #0AA999;
--sky-blue-800: #07786D;
--sky-blue-900: #044D46;
--sky-blue-950: #03302C;
}