Sky Blue
#68E3C0
GreenColor Codes
All color formats for development
HEX
#68E3C0RGB
rgb(104, 227, 192)HSL
hsl(163, 69%, 65%)OKLCH
oklch(0.836 0.122 171.9)CMYK
cmyk(54%, 0%, 15%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4CDEB5
2#30D9A9
3#24C497
4#1FA881
5#1A8C6C
6#157056
7#0F5441
8#0A382B
9#051C16
Tints
Lighter variations
1#77E6C7
2#86E9CD
3#95ECD3
4#A5EED9
5#B4F1E0
6#C3F4E6
7#D2F7EC
8#E1F9F2
9#F0FCF9
Tones
Muted variations
1#6EDDBE
2#74D7BB
3#7BD1B8
4#81CBB6
5#87C5B3
6#8DBEB0
7#93B8AE
8#99B2AB
9#A0ACA8
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F9 #E1F9F2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7F5 #C7F5E8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CED #9CEDD6 | BordersInactive statesPlaceholder text |
| 400 | 68E3 #68E3C0 | Disabled statesSecondary iconsMuted text |
| 500 | 3DDB #3DDBAF | Primary brand colorCTAsActive elementsLinks |
| 600 | 23BE #23BE92 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1C97 #1C9774 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 146C #146C53 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D45 #0D4535 | Primary textHigh emphasis contentDark headings |
| 950 | 082B #082B21 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2FDFA;
--sky-blue-100: #E1F9F2;
--sky-blue-200: #C7F5E8;
--sky-blue-300: #9CEDD6;
--sky-blue-400: #68E3C0;
--sky-blue-500: #3DDBAF;
--sky-blue-600: #23BE92;
--sky-blue-700: #1C9774;
--sky-blue-800: #146C53;
--sky-blue-900: #0D4535;
--sky-blue-950: #082B21;
}