Sky Blue
#6CE0DC
CyanColor Codes
All color formats for development
HEX
#6CE0DCRGB
rgb(108, 224, 220)HSL
hsl(178, 65%, 65%)OKLCH
oklch(0.839 0.105 192.3)CMYK
cmyk(52%, 0%, 2%, 12%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#50DAD5
2#35D4CF
3#29BFBA
4#23A4A0
5#1D8985
6#176D6B
7#115250
8#0C3735
9#061B1B
Tints
Lighter variations
1#7AE3DF
2#89E6E3
3#98E9E6
4#A7ECEA
5#B5EFED
6#C4F3F1
7#D3F6F4
8#E2F9F8
9#F0FCFB
Tones
Muted variations
1#72DAD6
2#77D4D1
3#7DCECC
4#83C9C6
5#89C3C1
6#8FBDBB
7#94B7B6
8#9AB1B1
9#A0ACAB
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F9 #E2F9F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8F3 #C8F3F2 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9EEA #9EEAE8 | BordersInactive statesPlaceholder text |
| 400 | 6CE0 #6CE0DC | Disabled statesSecondary iconsMuted text |
| 500 | 42D7 #42D7D2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 27B9 #27B9B4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1F93 #1F938F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1669 #166966 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E43 #0E4342 | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A29 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2FCFC;
--sky-blue-100: #E2F9F8;
--sky-blue-200: #C8F3F2;
--sky-blue-300: #9EEAE8;
--sky-blue-400: #6CE0DC;
--sky-blue-500: #42D7D2;
--sky-blue-600: #27B9B4;
--sky-blue-700: #1F938F;
--sky-blue-800: #166966;
--sky-blue-900: #0E4342;
--sky-blue-950: #092A29;
}