Sky Blue
#6CE0C1
GreenColor Codes
All color formats for development
HEX
#6CE0C1RGB
rgb(108, 224, 193)HSL
hsl(164, 65%, 65%)OKLCH
oklch(0.83 0.115 173.5)CMYK
cmyk(52%, 0%, 14%, 12%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#50DAB5
2#35D4AA
3#29BF97
4#23A482
5#1D896C
6#176D56
7#115241
8#0C372B
9#061B16
Tints
Lighter variations
1#7AE3C7
2#89E6CD
3#98E9D3
4#A7ECDA
5#B5EFE0
6#C4F3E6
7#D3F6EC
8#E2F9F3
9#F0FCF9
Tones
Muted variations
1#72DABE
2#77D4BB
3#7DCEB9
4#83C9B6
5#89C3B3
6#8FBDB1
7#94B7AE
8#9AB1AB
9#A0ACA8
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F9 #E2F9F3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8F3 #C8F3E8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9EEA #9EEAD6 | BordersInactive statesPlaceholder text |
| 400 | 6CE0 #6CE0C1 | Disabled statesSecondary iconsMuted text |
| 500 | 42D7 #42D7AF | Primary brand colorCTAsActive elementsLinks |
| 600 | 27B9 #27B992 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1F93 #1F9374 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1669 #166953 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E43 #0E4335 | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A21 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2FCFA;
--sky-blue-100: #E2F9F3;
--sky-blue-200: #C8F3E8;
--sky-blue-300: #9EEAD6;
--sky-blue-400: #6CE0C1;
--sky-blue-500: #42D7AF;
--sky-blue-600: #27B992;
--sky-blue-700: #1F9374;
--sky-blue-800: #166953;
--sky-blue-900: #0E4335;
--sky-blue-950: #092A21;
}