Sky Blue
#56F5DB
CyanColor Codes
All color formats for development
HEX
#56F5DBRGB
rgb(86, 245, 219)HSL
hsl(170, 89%, 65%)OKLCH
oklch(0.881 0.137 180)CMYK
cmyk(65%, 0%, 11%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#37F3D4
2#18F2CD
3#0DDBB9
4#0BBC9E
5#099D84
6#077D6A
7#055E4F
8#043F35
9#021F1A
Tints
Lighter variations
1#67F6DE
2#78F7E2
3#89F8E6
4#9AF9E9
5#ABFAED
6#BCFBF0
7#CCFCF4
8#DDFDF8
9#EEFEFB
Tones
Muted variations
1#5EEDD5
2#66E5D0
3#6EDDCB
4#76D5C6
5#7ECDC0
6#86C6BB
7#8EBEB6
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 #DDFDF8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0FB #C0FBF2 | Secondary backgroundsInput backgroundsDividers |
| 300 | 90F9 #90F9E7 | BordersInactive statesPlaceholder text |
| 400 | 56F5 #56F5DB | Disabled statesSecondary iconsMuted text |
| 500 | 26F2 #26F2D0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0CD4 #0CD4B3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0AA9 #0AA98E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0778 #077866 | Text on light backgroundsHeadingsStrong borders |
| 900 | 044D #044D41 | 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: #C0FBF2;
--sky-blue-300: #90F9E7;
--sky-blue-400: #56F5DB;
--sky-blue-500: #26F2D0;
--sky-blue-600: #0CD4B3;
--sky-blue-700: #0AA98E;
--sky-blue-800: #077866;
--sky-blue-900: #044D41;
--sky-blue-950: #033029;
}