Sky Blue
#6EDEC0
GreenColor Codes
All color formats for development
HEX
#6EDEC0RGB
rgb(110, 222, 192)HSL
hsl(164, 63%, 65%)OKLCH
oklch(0.826 0.112 173.6)CMYK
cmyk(50%, 0%, 14%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#53D8B4
2#37D2A9
3#2BBD96
4#25A281
5#1F876B
6#196C56
7#125140
8#0C362B
9#061B15
Tints
Lighter variations
1#7CE1C6
2#8BE5CD
3#99E8D3
4#A8EBD9
5#B6EEDF
6#C5F2E6
7#D3F5EC
8#E2F8F2
9#F0FCF9
Tones
Muted variations
1#73D8BD
2#79D3BB
3#7ECDB8
4#84C7B5
5#8AC2B3
6#8FBCB0
7#95B7AE
8#9BB1AB
9#A0ABA8
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F8 #E2F8F2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9F3 #C9F3E8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FE9 #9FE9D6 | BordersInactive statesPlaceholder text |
| 400 | 6EDE #6EDEC0 | Disabled statesSecondary iconsMuted text |
| 500 | 44D5 #44D5AE | Primary brand colorCTAsActive elementsLinks |
| 600 | 2AB7 #2AB791 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2191 #219173 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1868 #186852 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F43 #0F4335 | 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: #F3FCFA;
--sky-blue-100: #E2F8F2;
--sky-blue-200: #C9F3E8;
--sky-blue-300: #9FE9D6;
--sky-blue-400: #6EDEC0;
--sky-blue-500: #44D5AE;
--sky-blue-600: #2AB791;
--sky-blue-700: #219173;
--sky-blue-800: #186852;
--sky-blue-900: #0F4335;
--sky-blue-950: #092A21;
}