Sky Blue
#56F5CD
CyanColor Codes
All color formats for development
HEX
#56F5CDRGB
rgb(86, 245, 205)HSL
hsl(165, 89%, 65%)OKLCH
oklch(0.877 0.144 172.8)CMYK
cmyk(65%, 0%, 16%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#37F3C4
2#18F2BB
3#0DDBA8
4#0BBC90
5#099D78
6#077D60
7#055E48
8#043F30
9#021F18
Tints
Lighter variations
1#67F6D2
2#78F7D7
3#89F8DC
4#9AF9E1
5#ABFAE6
6#BCFBEB
7#CCFCF0
8#DDFDF5
9#EEFEFA
Tones
Muted variations
1#5EEDC9
2#66E5C6
3#6EDDC2
4#76D5BE
5#7ECDBA
6#86C6B6
7#8EBEB2
8#96B6AE
9#9EAEAA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFD #DDFDF5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0FB #C0FBED | Secondary backgroundsInput backgroundsDividers |
| 300 | 90F9 #90F9DE | BordersInactive statesPlaceholder text |
| 400 | 56F5 #56F5CD | Disabled statesSecondary iconsMuted text |
| 500 | 26F2 #26F2BF | Primary brand colorCTAsActive elementsLinks |
| 600 | 0CD4 #0CD4A2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0AA9 #0AA981 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0778 #07785C | Text on light backgroundsHeadingsStrong borders |
| 900 | 044D #044D3B | Primary textHigh emphasis contentDark headings |
| 950 | 0330 #033025 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1FEFB;
--sky-blue-100: #DDFDF5;
--sky-blue-200: #C0FBED;
--sky-blue-300: #90F9DE;
--sky-blue-400: #56F5CD;
--sky-blue-500: #26F2BF;
--sky-blue-600: #0CD4A2;
--sky-blue-700: #0AA981;
--sky-blue-800: #07785C;
--sky-blue-900: #044D3B;
--sky-blue-950: #033025;
}