Sky Blue
#68E3CB
CyanColor Codes
All color formats for development
HEX
#68E3CBRGB
rgb(104, 227, 203)HSL
hsl(168, 69%, 65%)OKLCH
oklch(0.839 0.116 178.6)CMYK
cmyk(54%, 0%, 11%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4CDEC1
2#30D9B7
3#24C4A4
4#1FA88D
5#1A8C75
6#15705E
7#0F5446
8#0A382F
9#051C17
Tints
Lighter variations
1#77E6D0
2#86E9D5
3#95ECDA
4#A5EEE0
5#B4F1E5
6#C3F4EA
7#D2F7EF
8#E1F9F5
9#F0FCFA
Tones
Muted variations
1#6EDDC7
2#74D7C3
3#7BD1C0
4#81CBBC
5#87C5B8
6#8DBEB5
7#93B8B1
8#99B2AD
9#A0ACA9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F9 #E1F9F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7F5 #C7F5EC | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CED #9CEDDD | BordersInactive statesPlaceholder text |
| 400 | 68E3 #68E3CB | Disabled statesSecondary iconsMuted text |
| 500 | 3DDB #3DDBBC | Primary brand colorCTAsActive elementsLinks |
| 600 | 23BE #23BE9F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1C97 #1C977E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 146C #146C5A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D45 #0D453A | Primary textHigh emphasis contentDark headings |
| 950 | 082B #082B24 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2FDFB;
--sky-blue-100: #E1F9F5;
--sky-blue-200: #C7F5EC;
--sky-blue-300: #9CEDDD;
--sky-blue-400: #68E3CB;
--sky-blue-500: #3DDBBC;
--sky-blue-600: #23BE9F;
--sky-blue-700: #1C977E;
--sky-blue-800: #146C5A;
--sky-blue-900: #0D453A;
--sky-blue-950: #082B24;
}