Sky Blue
#68E3E3
CyanColor Codes
All color formats for development
HEX
#68E3E3RGB
rgb(104, 227, 227)HSL
hsl(180, 69%, 65%)OKLCH
oklch(0.846 0.11 195.3)CMYK
cmyk(54%, 0%, 0%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4CDEDE
2#30D9D9
3#24C4C4
4#1FA8A8
5#1A8C8C
6#157070
7#0F5454
8#0A3838
9#051C1C
Tints
Lighter variations
1#77E6E6
2#86E9E9
3#95ECEC
4#A5EEEE
5#B4F1F1
6#C3F4F4
7#D2F7F7
8#E1F9F9
9#F0FCFC
Tones
Muted variations
1#6EDDDD
2#74D7D7
3#7BD1D1
4#81CBCB
5#87C5C5
6#8DBEBE
7#93B8B8
8#99B2B2
9#A0ACAC
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F9 #E1F9F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7F5 #C7F5F5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CED #9CEDED | BordersInactive statesPlaceholder text |
| 400 | 68E3 #68E3E3 | Disabled statesSecondary iconsMuted text |
| 500 | 3DDB #3DDBDB | Primary brand colorCTAsActive elementsLinks |
| 600 | 23BE #23BEBE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1C97 #1C9797 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 146C #146C6C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D45 #0D4545 | Primary textHigh emphasis contentDark headings |
| 950 | 082B #082B2B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2FDFD;
--sky-blue-100: #E1F9F9;
--sky-blue-200: #C7F5F5;
--sky-blue-300: #9CEDED;
--sky-blue-400: #68E3E3;
--sky-blue-500: #3DDBDB;
--sky-blue-600: #23BEBE;
--sky-blue-700: #1C9797;
--sky-blue-800: #146C6C;
--sky-blue-900: #0D4545;
--sky-blue-950: #082B2B;
}