Sky Blue
#68E3D3
CyanColor Codes
All color formats for development
HEX
#68E3D3RGB
rgb(104, 227, 211)HSL
hsl(172, 69%, 65%)OKLCH
oklch(0.841 0.113 183.9)CMYK
cmyk(54%, 0%, 7%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4CDECB
2#30D9C3
3#24C4AF
4#1FA896
5#1A8C7D
6#157064
7#0F544B
8#0A3832
9#051C19
Tints
Lighter variations
1#77E6D7
2#86E9DC
3#95ECE0
4#A5EEE5
5#B4F1E9
6#C3F4ED
7#D2F7F2
8#E1F9F6
9#F0FCFB
Tones
Muted variations
1#6EDDCE
2#74D7CA
3#7BD1C5
4#81CBC1
5#87C5BC
6#8DBEB8
7#93B8B3
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 #E1F9F6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7F5 #C7F5EF | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CED #9CEDE2 | BordersInactive statesPlaceholder text |
| 400 | 68E3 #68E3D3 | Disabled statesSecondary iconsMuted text |
| 500 | 3DDB #3DDBC6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 23BE #23BEA9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1C97 #1C9786 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 146C #146C60 | 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: #C7F5EF;
--sky-blue-300: #9CEDE2;
--sky-blue-400: #68E3D3;
--sky-blue-500: #3DDBC6;
--sky-blue-600: #23BEA9;
--sky-blue-700: #1C9786;
--sky-blue-800: #146C60;
--sky-blue-900: #0D453D;
--sky-blue-950: #082B26;
}