Sky Blue
#68E3B8
GreenColor Codes
All color formats for development
HEX
#68E3B8RGB
rgb(104, 227, 184)HSL
hsl(159, 69%, 65%)OKLCH
oklch(0.834 0.127 167.6)CMYK
cmyk(54%, 0%, 19%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4CDEAB
2#30D99E
3#24C48C
4#1FA878
5#1A8C64
6#157050
7#0F543C
8#0A3828
9#051C14
Tints
Lighter variations
1#77E6BF
2#86E9C6
3#95ECCD
4#A5EED5
5#B4F1DC
6#C3F4E3
7#D2F7EA
8#E1F9F1
9#F0FCF8
Tones
Muted variations
1#6EDDB6
2#74D7B5
3#7BD1B3
4#81CBB1
5#87C5AF
6#8DBEAD
7#93B8AB
8#99B2A9
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 #9CEDD0 | BordersInactive statesPlaceholder text |
| 400 | 68E3 #68E3B8 | Disabled statesSecondary iconsMuted text |
| 500 | 3DDB #3DDBA4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 23BE #23BE87 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1C97 #1C976C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 146C #146C4D | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D45 #0D4531 | 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: #9CEDD0;
--sky-blue-400: #68E3B8;
--sky-blue-500: #3DDBA4;
--sky-blue-600: #23BE87;
--sky-blue-700: #1C976C;
--sky-blue-800: #146C4D;
--sky-blue-900: #0D4531;
--sky-blue-950: #082B1F;
}