Sky Blue
#68E3DD
CyanColor Codes
All color formats for development
HEX
#68E3DDRGB
rgb(104, 227, 221)HSL
hsl(177, 69%, 65%)OKLCH
oklch(0.844 0.11 190.9)CMYK
cmyk(54%, 0%, 3%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4CDED7
2#30D9D1
3#24C4BC
4#1FA8A1
5#1A8C86
6#15706B
7#0F5451
8#0A3836
9#051C1B
Tints
Lighter variations
1#77E6E1
2#86E9E4
3#95ECE7
4#A5EEEB
5#B4F1EE
6#C3F4F1
7#D2F7F5
8#E1F9F8
9#F0FCFC
Tones
Muted variations
1#6EDDD8
2#74D7D2
3#7BD1CD
4#81CBC7
5#87C5C1
6#8DBEBC
7#93B8B6
8#99B2B1
9#A0ACAB
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F9 #E1F9F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7F5 #C7F5F2 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CED #9CEDE9 | BordersInactive statesPlaceholder text |
| 400 | 68E3 #68E3DD | Disabled statesSecondary iconsMuted text |
| 500 | 3DDB #3DDBD4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 23BE #23BEB6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1C97 #1C9791 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 146C #146C67 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D45 #0D4542 | Primary textHigh emphasis contentDark headings |
| 950 | 082B #082B29 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2FDFC;
--sky-blue-100: #E1F9F8;
--sky-blue-200: #C7F5F2;
--sky-blue-300: #9CEDE9;
--sky-blue-400: #68E3DD;
--sky-blue-500: #3DDBD4;
--sky-blue-600: #23BEB6;
--sky-blue-700: #1C9791;
--sky-blue-800: #146C67;
--sky-blue-900: #0D4542;
--sky-blue-950: #082B29;
}