Sky Blue
#68E3DF
CyanColor Codes
All color formats for development
HEX
#68E3DFRGB
rgb(104, 227, 223)HSL
hsl(178, 69%, 65%)OKLCH
oklch(0.845 0.11 192.4)CMYK
cmyk(54%, 0%, 2%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4CDED9
2#30D9D3
3#24C4BF
4#1FA8A3
5#1A8C88
6#15706D
7#0F5452
8#0A3836
9#051C1B
Tints
Lighter variations
1#77E6E2
2#86E9E6
3#95ECE9
4#A5EEEC
5#B4F1EF
6#C3F4F2
7#D2F7F5
8#E1F9F9
9#F0FCFC
Tones
Muted variations
1#6EDDD9
2#74D7D4
3#7BD1CE
4#81CBC8
5#87C5C2
6#8DBEBD
7#93B8B7
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 #E1F9F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7F5 #C7F5F3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CED #9CEDEA | BordersInactive statesPlaceholder text |
| 400 | 68E3 #68E3DF | Disabled statesSecondary iconsMuted text |
| 500 | 3DDB #3DDBD6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 23BE #23BEB8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1C97 #1C9793 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 146C #146C69 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D45 #0D4543 | Primary textHigh emphasis contentDark headings |
| 950 | 082B #082B2A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2FDFC;
--sky-blue-100: #E1F9F9;
--sky-blue-200: #C7F5F3;
--sky-blue-300: #9CEDEA;
--sky-blue-400: #68E3DF;
--sky-blue-500: #3DDBD6;
--sky-blue-600: #23BEB8;
--sky-blue-700: #1C9793;
--sky-blue-800: #146C69;
--sky-blue-900: #0D4543;
--sky-blue-950: #082B2A;
}