Sky Blue
#68E1E3
CyanColor Codes
All color formats for development
HEX
#68E1E3RGB
rgb(104, 225, 227)HSL
hsl(181, 69%, 65%)OKLCH
oklch(0.842 0.108 196.8)CMYK
cmyk(54%, 1%, 0%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4CDCDE
2#30D6D9
3#24C1C4
4#1FA6A8
5#1A8A8C
6#156F70
7#0F5354
8#0A3738
9#051C1C
Tints
Lighter variations
1#77E4E6
2#86E7E9
3#95EAEC
4#A5EDEE
5#B4F0F1
6#C3F3F4
7#D2F6F7
8#E1F9F9
9#F0FCFC
Tones
Muted variations
1#6EDBDD
2#74D5D7
3#7BCFD1
4#81C9CB
5#87C4C5
6#8DBEBE
7#93B8B8
8#99B2B2
9#A0ACAC
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F9 #E1F9F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7F4 #C7F4F5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CEB #9CEBED | BordersInactive statesPlaceholder text |
| 400 | 68E1 #68E1E3 | Disabled statesSecondary iconsMuted text |
| 500 | 3DD9 #3DD9DB | Primary brand colorCTAsActive elementsLinks |
| 600 | 23BB #23BBBE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1C95 #1C9597 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 146A #146A6C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D44 #0D4445 | 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: #F2FCFD;
--sky-blue-100: #E1F9F9;
--sky-blue-200: #C7F4F5;
--sky-blue-300: #9CEBED;
--sky-blue-400: #68E1E3;
--sky-blue-500: #3DD9DB;
--sky-blue-600: #23BBBE;
--sky-blue-700: #1C9597;
--sky-blue-800: #146A6C;
--sky-blue-900: #0D4445;
--sky-blue-950: #082B2B;
}