Sky Blue
#59F3DB
CyanColor Codes
All color formats for development
HEX
#59F3DBRGB
rgb(89, 243, 219)HSL
hsl(171, 87%, 65%)OKLCH
oklch(0.877 0.134 180.8)CMYK
cmyk(63%, 0%, 10%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#39F1D6
2#1AEFCF
3#0FD9BB
4#0DBAA0
5#0B9B85
6#097C6B
7#065D50
8#043E35
9#021F1B
Tints
Lighter variations
1#69F5E0
2#79F6E3
3#8AF7E7
4#9BF8EA
5#ACF9EE
6#BCFAF1
7#CDFCF5
8#DEFDF8
9#EEFEFC
Tones
Muted variations
1#60ECD7
2#68E4D1
3#6FDCCC
4#77D4C6
5#7FCDC1
6#87C5BB
7#8EBDB6
8#96B5B1
9#9EAEAB
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEFD #DEFDF8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1FB #C1FBF2 | Secondary backgroundsInput backgroundsDividers |
| 300 | 91F7 #91F7E8 | BordersInactive statesPlaceholder text |
| 400 | 58F3 #58F3DC | Disabled statesSecondary iconsMuted text |
| 500 | 28F0 #28F0D2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0FD2 #0FD2B5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0CA7 #0CA790 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0877 #087767 | Text on light backgroundsHeadingsStrong borders |
| 900 | 054C #054C42 | 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: #DEFDF8;
--sky-blue-200: #C1FBF2;
--sky-blue-300: #91F7E8;
--sky-blue-400: #58F3DC;
--sky-blue-500: #28F0D2;
--sky-blue-600: #0FD2B5;
--sky-blue-700: #0CA790;
--sky-blue-800: #087767;
--sky-blue-900: #054C42;
--sky-blue-950: #033029;
}