Sky Blue
#68E3D1
CyanColor Codes
All color formats for development
HEX
#68E3D1RGB
rgb(104, 227, 209)HSL
hsl(171, 69%, 65%)OKLCH
oklch(0.841 0.114 182.6)CMYK
cmyk(54%, 0%, 8%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4CDEC8
2#30D9C0
3#24C4AC
4#1FA893
5#1A8C7B
6#157062
7#0F544A
8#0A3831
9#051C19
Tints
Lighter variations
1#77E6D5
2#86E9DA
3#95ECDF
4#A5EEE3
5#B4F1E8
6#C3F4ED
7#D2F7F1
8#E1F9F6
9#F0FCFA
Tones
Muted variations
1#6EDDCD
2#74D7C8
3#7BD1C4
4#81CBC0
5#87C5BB
6#8DBEB7
7#93B8B3
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 #E1F9F6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7F5 #C7F5EE | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CED #9CEDE1 | BordersInactive statesPlaceholder text |
| 400 | 68E3 #68E3D1 | Disabled statesSecondary iconsMuted text |
| 500 | 3DDB #3DDBC4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 23BE #23BEA6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1C97 #1C9784 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 146C #146C5F | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D45 #0D453D | Primary textHigh emphasis contentDark headings |
| 950 | 082B #082B26 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2FDFB;
--sky-blue-100: #E1F9F6;
--sky-blue-200: #C7F5EE;
--sky-blue-300: #9CEDE1;
--sky-blue-400: #68E3D1;
--sky-blue-500: #3DDBC4;
--sky-blue-600: #23BEA6;
--sky-blue-700: #1C9784;
--sky-blue-800: #146C5F;
--sky-blue-900: #0D453D;
--sky-blue-950: #082B26;
}