Sky Blue
#68E3CF
CyanColor Codes
All color formats for development
HEX
#68E3CFRGB
rgb(104, 227, 207)HSL
hsl(170, 69%, 65%)OKLCH
oklch(0.84 0.114 181.2)CMYK
cmyk(54%, 0%, 9%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4CDEC6
2#30D9BD
3#24C4A9
4#1FA891
5#1A8C79
6#157061
7#0F5449
8#0A3830
9#051C18
Tints
Lighter variations
1#77E6D4
2#86E9D8
3#95ECDD
4#A5EEE2
5#B4F1E7
6#C3F4EC
7#D2F7F1
8#E1F9F5
9#F0FCFA
Tones
Muted variations
1#6EDDCB
2#74D7C7
3#7BD1C2
4#81CBBE
5#87C5BA
6#8DBEB6
7#93B8B2
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 #C7F5ED | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CED #9CEDDF | BordersInactive statesPlaceholder text |
| 400 | 68E3 #68E3CF | Disabled statesSecondary iconsMuted text |
| 500 | 3DDB #3DDBC1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 23BE #23BEA4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1C97 #1C9782 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 146C #146C5D | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D45 #0D453C | 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: #C7F5ED;
--sky-blue-300: #9CEDDF;
--sky-blue-400: #68E3CF;
--sky-blue-500: #3DDBC1;
--sky-blue-600: #23BEA4;
--sky-blue-700: #1C9782;
--sky-blue-800: #146C5D;
--sky-blue-900: #0D453C;
--sky-blue-950: #082B25;
}