Sky Blue
#56F5DD
CyanColor Codes
All color formats for development
HEX
#56F5DDRGB
rgb(86, 245, 221)HSL
hsl(171, 89%, 65%)OKLCH
oklch(0.881 0.136 181)CMYK
cmyk(65%, 0%, 10%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#37F3D7
2#18F2D1
3#0DDBBC
4#0BBCA1
5#099D87
6#077D6C
7#055E51
8#043F36
9#021F1B
Tints
Lighter variations
1#67F6E1
2#78F7E4
3#89F8E7
4#9AF9EB
5#ABFAEE
6#BCFBF2
7#CCFCF5
8#DDFDF8
9#EEFEFC
Tones
Muted variations
1#5EEDD8
2#66E5D2
3#6EDDCD
4#76D5C7
5#7ECDC2
6#86C6BC
7#8EBEB6
8#96B6B1
9#9EAEAB
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFD #DDFDF8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0FB #C0FBF3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 90F9 #90F9E9 | BordersInactive statesPlaceholder text |
| 400 | 56F5 #56F5DD | Disabled statesSecondary iconsMuted text |
| 500 | 26F2 #26F2D4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0CD4 #0CD4B6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0AA9 #0AA991 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0778 #077867 | Text on light backgroundsHeadingsStrong borders |
| 900 | 044D #044D42 | Primary textHigh emphasis contentDark headings |
| 950 | 0330 #033029 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1FEFC;
--sky-blue-100: #DDFDF8;
--sky-blue-200: #C0FBF3;
--sky-blue-300: #90F9E9;
--sky-blue-400: #56F5DD;
--sky-blue-500: #26F2D4;
--sky-blue-600: #0CD4B6;
--sky-blue-700: #0AA991;
--sky-blue-800: #077867;
--sky-blue-900: #044D42;
--sky-blue-950: #033029;
}