Sky Blue
#56F5D3
CyanColor Codes
All color formats for development
HEX
#56F5D3RGB
rgb(86, 245, 211)HSL
hsl(167, 89%, 65%)OKLCH
oklch(0.878 0.141 175.8)CMYK
cmyk(65%, 0%, 14%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#37F3CB
2#18F2C2
3#0DDBAF
4#0BBC96
5#099D7D
6#077D64
7#055E4B
8#043F32
9#021F19
Tints
Lighter variations
1#67F6D7
2#78F7DC
3#89F8E0
4#9AF9E4
5#ABFAE9
6#BCFBED
7#CCFCF2
8#DDFDF6
9#EEFEFB
Tones
Muted variations
1#5EEDCE
2#66E5CA
3#6EDDC5
4#76D5C1
5#7ECDBC
6#86C6B8
7#8EBEB3
8#96B6AF
9#9EAEAA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFD #DDFDF6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0FB #C0FBEF | Secondary backgroundsInput backgroundsDividers |
| 300 | 90F9 #90F9E2 | BordersInactive statesPlaceholder text |
| 400 | 56F5 #56F5D3 | Disabled statesSecondary iconsMuted text |
| 500 | 26F2 #26F2C6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0CD4 #0CD4A9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0AA9 #0AA986 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0778 #077860 | Text on light backgroundsHeadingsStrong borders |
| 900 | 044D #044D3D | Primary textHigh emphasis contentDark headings |
| 950 | 0330 #033026 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1FEFB;
--sky-blue-100: #DDFDF6;
--sky-blue-200: #C0FBEF;
--sky-blue-300: #90F9E2;
--sky-blue-400: #56F5D3;
--sky-blue-500: #26F2C6;
--sky-blue-600: #0CD4A9;
--sky-blue-700: #0AA986;
--sky-blue-800: #077860;
--sky-blue-900: #044D3D;
--sky-blue-950: #033026;
}