Sky Blue
#56F5F5
CyanColor Codes
All color formats for development
HEX
#56F5F5RGB
rgb(86, 245, 245)HSL
hsl(180, 89%, 65%)OKLCH
oklch(0.889 0.13 195.1)CMYK
cmyk(65%, 0%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#37F3F3
2#18F2F2
3#0DDBDB
4#0BBCBC
5#099D9D
6#077D7D
7#055E5E
8#043F3F
9#021F1F
Tints
Lighter variations
1#67F6F6
2#78F7F7
3#89F8F8
4#9AF9F9
5#ABFAFA
6#BCFBFB
7#CCFCFC
8#DDFDFD
9#EEFEFE
Tones
Muted variations
1#5EEDED
2#66E5E5
3#6EDDDD
4#76D5D5
5#7ECDCD
6#86C6C6
7#8EBEBE
8#96B6B6
9#9EAEAE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFD #DDFDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0FB #C0FBFB | Secondary backgroundsInput backgroundsDividers |
| 300 | 90F9 #90F9F9 | BordersInactive statesPlaceholder text |
| 400 | 56F5 #56F5F5 | Disabled statesSecondary iconsMuted text |
| 500 | 26F2 #26F2F2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0CD4 #0CD4D4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0AA9 #0AA9A9 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0778 #077878 | Text on light backgroundsHeadingsStrong borders |
| 900 | 044D #044D4D | Primary textHigh emphasis contentDark headings |
| 950 | 0330 #033030 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1FEFE;
--sky-blue-100: #DDFDFD;
--sky-blue-200: #C0FBFB;
--sky-blue-300: #90F9F9;
--sky-blue-400: #56F5F5;
--sky-blue-500: #26F2F2;
--sky-blue-600: #0CD4D4;
--sky-blue-700: #0AA9A9;
--sky-blue-800: #077878;
--sky-blue-900: #044D4D;
--sky-blue-950: #033030;
}