Sky Blue
#59F3E6
CyanColor Codes
All color formats for development
HEX
#59F3E6RGB
rgb(89, 243, 230)HSL
hsl(175, 87%, 65%)OKLCH
oklch(0.88 0.13 187.2)CMYK
cmyk(63%, 0%, 5%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#39F1E2
2#1AEFDD
3#0FD9C8
4#0DBAAC
5#0B9B8F
6#097C72
7#065D56
8#043E39
9#021F1D
Tints
Lighter variations
1#69F5E9
2#79F6EB
3#8AF7EE
4#9BF8F0
5#ACF9F3
6#BCFAF5
7#CDFCF8
8#DEFDFA
9#EEFEFD
Tones
Muted variations
1#60ECE0
2#68E4DA
3#6FDCD3
4#77D4CD
5#7FCDC6
6#87C5C0
7#8EBDB9
8#96B5B3
9#9EAEAC
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEFD #DEFDFA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1FB #C1FBF6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 91F7 #91F7EF | BordersInactive statesPlaceholder text |
| 400 | 58F3 #58F3E6 | Disabled statesSecondary iconsMuted text |
| 500 | 28F0 #28F0DF | Primary brand colorCTAsActive elementsLinks |
| 600 | 0FD2 #0FD2C2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0CA7 #0CA79A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0877 #08776E | Text on light backgroundsHeadingsStrong borders |
| 900 | 054C #054C46 | Primary textHigh emphasis contentDark headings |
| 950 | 0330 #03302C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1FEFD;
--sky-blue-100: #DEFDFA;
--sky-blue-200: #C1FBF6;
--sky-blue-300: #91F7EF;
--sky-blue-400: #58F3E6;
--sky-blue-500: #28F0DF;
--sky-blue-600: #0FD2C2;
--sky-blue-700: #0CA79A;
--sky-blue-800: #08776E;
--sky-blue-900: #054C46;
--sky-blue-950: #03302C;
}