Sky Blue
#59F3CF
CyanColor Codes
All color formats for development
HEX
#59F3CFRGB
rgb(89, 243, 207)HSL
hsl(166, 87%, 65%)OKLCH
oklch(0.873 0.14 174.4)CMYK
cmyk(63%, 0%, 15%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#39F1C6
2#1AEFBD
3#0FD9AA
4#0DBA92
5#0B9B79
6#097C61
7#065D49
8#043E31
9#021F18
Tints
Lighter variations
1#69F5D4
2#79F6D9
3#8AF7DE
4#9BF8E2
5#ACF9E7
6#BCFAEC
7#CDFCF1
8#DEFDF5
9#EEFEFA
Tones
Muted variations
1#60ECCB
2#68E4C7
3#6FDCC3
4#77D4BF
5#7FCDBA
6#87C5B6
7#8EBDB2
8#96B5AE
9#9EAEAA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEFD #DEFDF5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1FB #C1FBED | Secondary backgroundsInput backgroundsDividers |
| 300 | 91F7 #91F7E0 | BordersInactive statesPlaceholder text |
| 400 | 58F3 #58F3CF | Disabled statesSecondary iconsMuted text |
| 500 | 28F0 #28F0C1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0FD2 #0FD2A4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0CA7 #0CA783 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0877 #08775D | Text on light backgroundsHeadingsStrong borders |
| 900 | 054C #054C3C | 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: #DEFDF5;
--sky-blue-200: #C1FBED;
--sky-blue-300: #91F7E0;
--sky-blue-400: #58F3CF;
--sky-blue-500: #28F0C1;
--sky-blue-600: #0FD2A4;
--sky-blue-700: #0CA783;
--sky-blue-800: #08775D;
--sky-blue-900: #054C3C;
--sky-blue-950: #033025;
}