Sky Blue
#68E3C7
CyanColor Codes
All color formats for development
HEX
#68E3C7RGB
rgb(104, 227, 199)HSL
hsl(166, 69%, 65%)OKLCH
oklch(0.838 0.118 176.1)CMYK
cmyk(54%, 0%, 12%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4CDEBC
2#30D9B2
3#24C49F
4#1FA888
5#1A8C71
6#15705B
7#0F5444
8#0A382D
9#051C17
Tints
Lighter variations
1#77E6CC
2#86E9D2
3#95ECD8
4#A5EEDD
5#B4F1E3
6#C3F4E8
7#D2F7EE
8#E1F9F4
9#F0FCF9
Tones
Muted variations
1#6EDDC3
2#74D7C0
3#7BD1BD
4#81CBB9
5#87C5B6
6#8DBEB3
7#93B8B0
8#99B2AC
9#A0ACA9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F9 #E1F9F4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7F5 #C7F5EA | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CED #9CEDDA | BordersInactive statesPlaceholder text |
| 400 | 68E3 #68E3C7 | Disabled statesSecondary iconsMuted text |
| 500 | 3DDB #3DDBB6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 23BE #23BE99 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1C97 #1C977A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 146C #146C57 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D45 #0D4538 | Primary textHigh emphasis contentDark headings |
| 950 | 082B #082B23 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2FDFA;
--sky-blue-100: #E1F9F4;
--sky-blue-200: #C7F5EA;
--sky-blue-300: #9CEDDA;
--sky-blue-400: #68E3C7;
--sky-blue-500: #3DDBB6;
--sky-blue-600: #23BE99;
--sky-blue-700: #1C977A;
--sky-blue-800: #146C57;
--sky-blue-900: #0D4538;
--sky-blue-950: #082B23;
}