Sky Blue
#6CE0B9
GreenColor Codes
All color formats for development
HEX
#6CE0B9RGB
rgb(108, 224, 185)HSL
hsl(160, 65%, 65%)OKLCH
oklch(0.828 0.121 168.8)CMYK
cmyk(52%, 0%, 17%, 12%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#50DAAC
2#35D49F
3#29BF8D
4#23A479
5#1D8965
6#176D51
7#11523C
8#0C3728
9#061B14
Tints
Lighter variations
1#7AE3C0
2#89E6C7
3#98E9CE
4#A7ECD5
5#B5EFDC
6#C4F3E3
7#D3F6EA
8#E2F9F1
9#F0FCF8
Tones
Muted variations
1#72DAB7
2#77D4B5
3#7DCEB3
4#83C9B1
5#89C3AF
6#8FBDAD
7#94B7AC
8#9AB1AA
9#A0ACA8
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCF9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F9 #E2F9F1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8F3 #C8F3E5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9EEA #9EEAD1 | BordersInactive statesPlaceholder text |
| 400 | 6CE0 #6CE0B9 | Disabled statesSecondary iconsMuted text |
| 500 | 42D7 #42D7A5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 27B9 #27B989 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1F93 #1F936D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1669 #16694E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E43 #0E4332 | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A1F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2FCF9;
--sky-blue-100: #E2F9F1;
--sky-blue-200: #C8F3E5;
--sky-blue-300: #9EEAD1;
--sky-blue-400: #6CE0B9;
--sky-blue-500: #42D7A5;
--sky-blue-600: #27B989;
--sky-blue-700: #1F936D;
--sky-blue-800: #16694E;
--sky-blue-900: #0E4332;
--sky-blue-950: #092A1F;
}