Sky Blue
#68E3C5
CyanColor Codes
All color formats for development
HEX
#68E3C5RGB
rgb(104, 227, 197)HSL
hsl(165, 69%, 65%)OKLCH
oklch(0.837 0.119 174.9)CMYK
cmyk(54%, 0%, 13%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4CDEBA
2#30D9AF
3#24C49C
4#1FA886
5#1A8C6F
6#157059
7#0F5443
8#0A382D
9#051C16
Tints
Lighter variations
1#77E6CA
2#86E9D0
3#95ECD6
4#A5EEDC
5#B4F1E2
6#C3F4E8
7#D2F7ED
8#E1F9F3
9#F0FCF9
Tones
Muted variations
1#6EDDC1
2#74D7BE
3#7BD1BB
4#81CBB8
5#87C5B5
6#8DBEB2
7#93B8AF
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 #E1F9F3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7F5 #C7F5E9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CED #9CEDD9 | BordersInactive statesPlaceholder text |
| 400 | 68E3 #68E3C5 | Disabled statesSecondary iconsMuted text |
| 500 | 3DDB #3DDBB4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 23BE #23BE97 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1C97 #1C9778 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 146C #146C56 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D45 #0D4537 | Primary textHigh emphasis contentDark headings |
| 950 | 082B #082B22 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2FDFA;
--sky-blue-100: #E1F9F3;
--sky-blue-200: #C7F5E9;
--sky-blue-300: #9CEDD9;
--sky-blue-400: #68E3C5;
--sky-blue-500: #3DDBB4;
--sky-blue-600: #23BE97;
--sky-blue-700: #1C9778;
--sky-blue-800: #146C56;
--sky-blue-900: #0D4537;
--sky-blue-950: #082B22;
}