Sky Blue
#68E3D5
CyanColor Codes
All color formats for development
HEX
#68E3D5RGB
rgb(104, 227, 213)HSL
hsl(173, 69%, 65%)OKLCH
oklch(0.842 0.112 185.3)CMYK
cmyk(54%, 0%, 6%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4CDECD
2#30D9C5
3#24C4B1
4#1FA898
5#1A8C7F
6#157065
7#0F544C
8#0A3833
9#051C19
Tints
Lighter variations
1#77E6D9
2#86E9DD
3#95ECE2
4#A5EEE6
5#B4F1EA
6#C3F4EE
7#D2F7F2
8#E1F9F7
9#F0FCFB
Tones
Muted variations
1#6EDDD0
2#74D7CC
3#7BD1C7
4#81CBC2
5#87C5BD
6#8DBEB9
7#93B8B4
8#99B2AF
9#A0ACAA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F9 #E1F9F7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7F5 #C7F5EF | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CED #9CEDE3 | BordersInactive statesPlaceholder text |
| 400 | 68E3 #68E3D5 | Disabled statesSecondary iconsMuted text |
| 500 | 3DDB #3DDBC9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 23BE #23BEAC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1C97 #1C9788 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 146C #146C61 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D45 #0D453E | Primary textHigh emphasis contentDark headings |
| 950 | 082B #082B27 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2FDFB;
--sky-blue-100: #E1F9F7;
--sky-blue-200: #C7F5EF;
--sky-blue-300: #9CEDE3;
--sky-blue-400: #68E3D5;
--sky-blue-500: #3DDBC9;
--sky-blue-600: #23BEAC;
--sky-blue-700: #1C9788;
--sky-blue-800: #146C61;
--sky-blue-900: #0D453E;
--sky-blue-950: #082B27;
}