Sky Blue
#6CE0BD
GreenColor Codes
All color formats for development
HEX
#6CE0BDRGB
rgb(108, 224, 189)HSL
hsl(162, 65%, 65%)OKLCH
oklch(0.829 0.118 171.1)CMYK
cmyk(52%, 0%, 16%, 12%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#50DAB1
2#35D4A4
3#29BF92
4#23A47D
5#1D8968
6#176D54
7#11523F
8#0C372A
9#061B15
Tints
Lighter variations
1#7AE3C4
2#89E6CA
3#98E9D1
4#A7ECD7
5#B5EFDE
6#C4F3E5
7#D3F6EB
8#E2F9F2
9#F0FCF8
Tones
Muted variations
1#72DABB
2#77D4B8
3#7DCEB6
4#83C9B4
5#89C3B1
6#8FBDAF
7#94B7AD
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 #E2F9F2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8F3 #C8F3E6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9EEA #9EEAD4 | BordersInactive statesPlaceholder text |
| 400 | 6CE0 #6CE0BD | Disabled statesSecondary iconsMuted text |
| 500 | 42D7 #42D7AA | Primary brand colorCTAsActive elementsLinks |
| 600 | 27B9 #27B98D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1F93 #1F9370 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1669 #166950 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E43 #0E4333 | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A20 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2FCF9;
--sky-blue-100: #E2F9F2;
--sky-blue-200: #C8F3E6;
--sky-blue-300: #9EEAD4;
--sky-blue-400: #6CE0BD;
--sky-blue-500: #42D7AA;
--sky-blue-600: #27B98D;
--sky-blue-700: #1F9370;
--sky-blue-800: #166950;
--sky-blue-900: #0E4333;
--sky-blue-950: #092A20;
}