Sky Blue
#6DDFC0
GreenColor Codes
All color formats for development
HEX
#6DDFC0RGB
rgb(109, 223, 192)HSL
hsl(164, 64%, 65%)OKLCH
oklch(0.828 0.114 173.2)CMYK
cmyk(51%, 0%, 14%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#51D9B5
2#36D3A9
3#2ABE97
4#24A381
5#1E886C
6#186D56
7#125241
8#0C362B
9#061B16
Tints
Lighter variations
1#7BE2C7
2#8AE5CD
3#99E9D3
4#A7ECD9
5#B6EFE0
6#C4F2E6
7#D3F5EC
8#E2F9F2
9#F0FCF9
Tones
Muted variations
1#72D9BE
2#78D3BB
3#7ECEB8
4#83C8B6
5#89C2B3
6#8FBDB0
7#95B7AE
8#9AB1AB
9#A0ABA8
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F9 #E2F9F2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9F3 #C9F3E8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FEA #9FEAD6 | BordersInactive statesPlaceholder text |
| 400 | 6DDF #6DDFC0 | Disabled statesSecondary iconsMuted text |
| 500 | 43D6 #43D6AF | Primary brand colorCTAsActive elementsLinks |
| 600 | 28B8 #28B892 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2092 #209274 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1769 #176953 | 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: #F2FCFA;
--sky-blue-100: #E2F9F2;
--sky-blue-200: #C9F3E8;
--sky-blue-300: #9FEAD6;
--sky-blue-400: #6DDFC0;
--sky-blue-500: #43D6AF;
--sky-blue-600: #28B892;
--sky-blue-700: #209274;
--sky-blue-800: #176953;
--sky-blue-900: #0F4335;
--sky-blue-950: #092A21;
}