Sky Blue
#68E3BA
GreenColor Codes
All color formats for development
HEX
#68E3BARGB
rgb(104, 227, 186)HSL
hsl(160, 69%, 65%)OKLCH
oklch(0.834 0.126 168.6)CMYK
cmyk(54%, 0%, 18%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4CDEAE
2#30D9A1
3#24C48F
4#1FA87A
5#1A8C66
6#157052
7#0F543D
8#0A3829
9#051C14
Tints
Lighter variations
1#77E6C1
2#86E9C8
3#95ECCF
4#A5EED6
5#B4F1DD
6#C3F4E4
7#D2F7EA
8#E1F9F1
9#F0FCF8
Tones
Muted variations
1#6EDDB8
2#74D7B6
3#7BD1B4
4#81CBB2
5#87C5B0
6#8DBEAE
7#93B8AC
8#99B2AA
9#A0ACA8
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDF9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F9 #E1F9F1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7F5 #C7F5E5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CED #9CEDD2 | BordersInactive statesPlaceholder text |
| 400 | 68E3 #68E3BA | Disabled statesSecondary iconsMuted text |
| 500 | 3DDB #3DDBA7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 23BE #23BE8A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1C97 #1C976E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 146C #146C4E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D45 #0D4532 | Primary textHigh emphasis contentDark headings |
| 950 | 082B #082B1F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2FDF9;
--sky-blue-100: #E1F9F1;
--sky-blue-200: #C7F5E5;
--sky-blue-300: #9CEDD2;
--sky-blue-400: #68E3BA;
--sky-blue-500: #3DDBA7;
--sky-blue-600: #23BE8A;
--sky-blue-700: #1C976E;
--sky-blue-800: #146C4E;
--sky-blue-900: #0D4532;
--sky-blue-950: #082B1F;
}