Sky Blue
#6EDEBE
GreenColor Codes
All color formats for development
HEX
#6EDEBERGB
rgb(110, 222, 190)HSL
hsl(163, 63%, 65%)OKLCH
oklch(0.826 0.114 172.4)CMYK
cmyk(50%, 0%, 14%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#53D8B2
2#37D2A6
3#2BBD94
4#25A27F
5#1F8769
6#196C54
7#12513F
8#0C362A
9#061B15
Tints
Lighter variations
1#7CE1C5
2#8BE5CB
3#99E8D2
4#A8EBD8
5#B6EEDF
6#C5F2E5
7#D3F5EC
8#E2F8F2
9#F0FCF9
Tones
Muted variations
1#73D8BC
2#79D3B9
3#7ECDB7
4#84C7B4
5#8AC2B2
6#8FBCAF
7#95B7AD
8#9BB1AB
9#A0ABA8
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F8 #E2F8F2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9F3 #C9F3E7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FE9 #9FE9D4 | BordersInactive statesPlaceholder text |
| 400 | 6EDE #6EDEBE | Disabled statesSecondary iconsMuted text |
| 500 | 44D5 #44D5AC | Primary brand colorCTAsActive elementsLinks |
| 600 | 2AB7 #2AB78F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2191 #219172 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1868 #186851 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F43 #0F4334 | 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: #F3FCF9;
--sky-blue-100: #E2F8F2;
--sky-blue-200: #C9F3E7;
--sky-blue-300: #9FE9D4;
--sky-blue-400: #6EDEBE;
--sky-blue-500: #44D5AC;
--sky-blue-600: #2AB78F;
--sky-blue-700: #219172;
--sky-blue-800: #186851;
--sky-blue-900: #0F4334;
--sky-blue-950: #092A20;
}