Sky Blue
#68E3C9
CyanColor Codes
All color formats for development
HEX
#68E3C9RGB
rgb(104, 227, 201)HSL
hsl(167, 69%, 65%)OKLCH
oklch(0.838 0.117 177.3)CMYK
cmyk(54%, 0%, 11%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4CDEBF
2#30D9B4
3#24C4A1
4#1FA88A
5#1A8C73
6#15705C
7#0F5445
8#0A382E
9#051C17
Tints
Lighter variations
1#77E6CE
2#86E9D4
3#95ECD9
4#A5EEDE
5#B4F1E4
6#C3F4E9
7#D2F7EF
8#E1F9F4
9#F0FCFA
Tones
Muted variations
1#6EDDC5
2#74D7C2
3#7BD1BE
4#81CBBB
5#87C5B7
6#8DBEB4
7#93B8B0
8#99B2AD
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 #C7F5EB | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CED #9CEDDB | BordersInactive statesPlaceholder text |
| 400 | 68E3 #68E3C9 | Disabled statesSecondary iconsMuted text |
| 500 | 3DDB #3DDBB9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 23BE #23BE9C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1C97 #1C977C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 146C #146C59 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D45 #0D4539 | 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: #C7F5EB;
--sky-blue-300: #9CEDDB;
--sky-blue-400: #68E3C9;
--sky-blue-500: #3DDBB9;
--sky-blue-600: #23BE9C;
--sky-blue-700: #1C977C;
--sky-blue-800: #146C59;
--sky-blue-900: #0D4539;
--sky-blue-950: #082B23;
}