Sky Blue
#6CE0C3
CyanColor Codes
All color formats for development
HEX
#6CE0C3RGB
rgb(108, 224, 195)HSL
hsl(165, 65%, 65%)OKLCH
oklch(0.831 0.114 174.7)CMYK
cmyk(52%, 0%, 13%, 12%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#50DAB8
2#35D4AC
3#29BF9A
4#23A484
5#1D896E
6#176D58
7#115242
8#0C372C
9#061B16
Tints
Lighter variations
1#7AE3C9
2#89E6CF
3#98E9D5
4#A7ECDB
5#B5EFE1
6#C4F3E7
7#D3F6ED
8#E2F9F3
9#F0FCF9
Tones
Muted variations
1#72DAC0
2#77D4BD
3#7DCEBA
4#83C9B7
5#89C3B4
6#8FBDB1
7#94B7AE
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 #E2F9F3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8F3 #C8F3E9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9EEA #9EEAD7 | BordersInactive statesPlaceholder text |
| 400 | 6CE0 #6CE0C3 | Disabled statesSecondary iconsMuted text |
| 500 | 42D7 #42D7B2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 27B9 #27B995 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1F93 #1F9376 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1669 #166954 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E43 #0E4336 | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A22 | 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: #C8F3E9;
--sky-blue-300: #9EEAD7;
--sky-blue-400: #6CE0C3;
--sky-blue-500: #42D7B2;
--sky-blue-600: #27B995;
--sky-blue-700: #1F9376;
--sky-blue-800: #166954;
--sky-blue-900: #0E4336;
--sky-blue-950: #092A22;
}