Sky Blue
#68E3D7
CyanColor Codes
All color formats for development
HEX
#68E3D7RGB
rgb(104, 227, 215)HSL
hsl(174, 69%, 65%)OKLCH
oklch(0.843 0.112 186.7)CMYK
cmyk(54%, 0%, 5%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4CDED0
2#30D9C8
3#24C4B4
4#1FA89A
5#1A8C81
6#157067
7#0F544D
8#0A3833
9#051C1A
Tints
Lighter variations
1#77E6DB
2#86E9DF
3#95ECE3
4#A5EEE7
5#B4F1EB
6#C3F4EF
7#D2F7F3
8#E1F9F7
9#F0FCFB
Tones
Muted variations
1#6EDDD2
2#74D7CD
3#7BD1C8
4#81CBC3
5#87C5BE
6#8DBEB9
7#93B8B5
8#99B2B0
9#A0ACAB
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F9 #E1F9F7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7F5 #C7F5F0 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CED #9CEDE5 | BordersInactive statesPlaceholder text |
| 400 | 68E3 #68E3D7 | Disabled statesSecondary iconsMuted text |
| 500 | 3DDB #3DDBCC | Primary brand colorCTAsActive elementsLinks |
| 600 | 23BE #23BEAE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1C97 #1C978B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 146C #146C63 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D45 #0D453F | Primary textHigh emphasis contentDark headings |
| 950 | 082B #082B28 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2FDFC;
--sky-blue-100: #E1F9F7;
--sky-blue-200: #C7F5F0;
--sky-blue-300: #9CEDE5;
--sky-blue-400: #68E3D7;
--sky-blue-500: #3DDBCC;
--sky-blue-600: #23BEAE;
--sky-blue-700: #1C978B;
--sky-blue-800: #146C63;
--sky-blue-900: #0D453F;
--sky-blue-950: #082B28;
}