Sky Blue
#6CE0C7
CyanColor Codes
All color formats for development
HEX
#6CE0C7RGB
rgb(108, 224, 199)HSL
hsl(167, 65%, 65%)OKLCH
oklch(0.832 0.112 177.3)CMYK
cmyk(52%, 0%, 11%, 12%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#50DABC
2#35D4B2
3#29BF9F
4#23A488
5#1D8971
6#176D5B
7#115244
8#0C372D
9#061B17
Tints
Lighter variations
1#7AE3CC
2#89E6D2
3#98E9D8
4#A7ECDD
5#B5EFE3
6#C4F3E8
7#D3F6EE
8#E2F9F4
9#F0FCF9
Tones
Muted variations
1#72DAC3
2#77D4C0
3#7DCEBD
4#83C9B9
5#89C3B6
6#8FBDB3
7#94B7B0
8#9AB1AC
9#A0ACA9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F9 #E2F9F4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8F3 #C8F3EA | Secondary backgroundsInput backgroundsDividers |
| 300 | 9EEA #9EEADA | BordersInactive statesPlaceholder text |
| 400 | 6CE0 #6CE0C7 | Disabled statesSecondary iconsMuted text |
| 500 | 42D7 #42D7B7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 27B9 #27B99A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1F93 #1F937A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1669 #166957 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E43 #0E4338 | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A23 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2FCFA;
--sky-blue-100: #E2F9F4;
--sky-blue-200: #C8F3EA;
--sky-blue-300: #9EEADA;
--sky-blue-400: #6CE0C7;
--sky-blue-500: #42D7B7;
--sky-blue-600: #27B99A;
--sky-blue-700: #1F937A;
--sky-blue-800: #166957;
--sky-blue-900: #0E4338;
--sky-blue-950: #092A23;
}