Sky Blue
#68E3CD
CyanColor Codes
All color formats for development
HEX
#68E3CDRGB
rgb(104, 227, 205)HSL
hsl(169, 69%, 65%)OKLCH
oklch(0.84 0.115 179.9)CMYK
cmyk(54%, 0%, 10%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4CDEC3
2#30D9BA
3#24C4A7
4#1FA88F
5#1A8C77
6#15705F
7#0F5447
8#0A3830
9#051C18
Tints
Lighter variations
1#77E6D2
2#86E9D7
3#95ECDC
4#A5EEE1
5#B4F1E6
6#C3F4EB
7#D2F7F0
8#E1F9F5
9#F0FCFA
Tones
Muted variations
1#6EDDC9
2#74D7C5
3#7BD1C1
4#81CBBD
5#87C5B9
6#8DBEB5
7#93B8B1
8#99B2AE
9#A0ACAA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F9 #E1F9F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7F5 #C7F5EC | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CED #9CEDDE | BordersInactive statesPlaceholder text |
| 400 | 68E3 #68E3CD | Disabled statesSecondary iconsMuted text |
| 500 | 3DDB #3DDBBE | Primary brand colorCTAsActive elementsLinks |
| 600 | 23BE #23BEA1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1C97 #1C9780 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 146C #146C5C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D45 #0D453B | Primary textHigh emphasis contentDark headings |
| 950 | 082B #082B25 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2FDFB;
--sky-blue-100: #E1F9F5;
--sky-blue-200: #C7F5EC;
--sky-blue-300: #9CEDDE;
--sky-blue-400: #68E3CD;
--sky-blue-500: #3DDBBE;
--sky-blue-600: #23BEA1;
--sky-blue-700: #1C9780;
--sky-blue-800: #146C5C;
--sky-blue-900: #0D453B;
--sky-blue-950: #082B25;
}