Sky Blue
#68E3BE
GreenColor Codes
All color formats for development
HEX
#68E3BERGB
rgb(104, 227, 190)HSL
hsl(162, 69%, 65%)OKLCH
oklch(0.835 0.123 170.8)CMYK
cmyk(54%, 0%, 16%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4CDEB2
2#30D9A6
3#24C494
4#1FA87F
5#1A8C6A
6#157055
7#0F543F
8#0A382A
9#051C15
Tints
Lighter variations
1#77E6C5
2#86E9CB
3#95ECD2
4#A5EED8
5#B4F1DF
6#C3F4E5
7#D2F7EC
8#E1F9F2
9#F0FCF9
Tones
Muted variations
1#6EDDBC
2#74D7B9
3#7BD1B7
4#81CBB5
5#87C5B2
6#8DBEB0
7#93B8AD
8#99B2AB
9#A0ACA8
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDF9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F9 #E1F9F2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7F5 #C7F5E7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CED #9CEDD5 | BordersInactive statesPlaceholder text |
| 400 | 68E3 #68E3BE | Disabled statesSecondary iconsMuted text |
| 500 | 3DDB #3DDBAC | Primary brand colorCTAsActive elementsLinks |
| 600 | 23BE #23BE8F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1C97 #1C9772 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 146C #146C51 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D45 #0D4534 | 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: #F2FDF9;
--sky-blue-100: #E1F9F2;
--sky-blue-200: #C7F5E7;
--sky-blue-300: #9CEDD5;
--sky-blue-400: #68E3BE;
--sky-blue-500: #3DDBAC;
--sky-blue-600: #23BE8F;
--sky-blue-700: #1C9772;
--sky-blue-800: #146C51;
--sky-blue-900: #0D4534;
--sky-blue-950: #082B21;
}