Sky Blue
#6EDEC7
CyanColor Codes
All color formats for development
HEX
#6EDEC7RGB
rgb(110, 222, 199)HSL
hsl(168, 63%, 65%)OKLCH
oklch(0.828 0.109 178.2)CMYK
cmyk(50%, 0%, 10%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#53D8BD
2#37D2B3
3#2BBDA0
4#25A289
5#1F8772
6#196C5B
7#125145
8#0C362E
9#061B17
Tints
Lighter variations
1#7CE1CD
2#8BE5D3
3#99E8D8
4#A8EBDE
5#B6EEE3
6#C5F2E9
7#D3F5EE
8#E2F8F4
9#F0FCF9
Tones
Muted variations
1#73D8C4
2#79D3C1
3#7ECDBD
4#84C7BA
5#8AC2B7
6#8FBCB3
7#95B7B0
8#9BB1AC
9#A0ABA9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F8 #E2F8F4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9F3 #C9F3EA | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FE9 #9FE9DB | BordersInactive statesPlaceholder text |
| 400 | 6EDE #6EDEC7 | Disabled statesSecondary iconsMuted text |
| 500 | 44D5 #44D5B8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2AB7 #2AB79B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2191 #21917B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1868 #186858 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F43 #0F4338 | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A23 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F3FCFA;
--sky-blue-100: #E2F8F4;
--sky-blue-200: #C9F3EA;
--sky-blue-300: #9FE9DB;
--sky-blue-400: #6EDEC7;
--sky-blue-500: #44D5B8;
--sky-blue-600: #2AB79B;
--sky-blue-700: #21917B;
--sky-blue-800: #186858;
--sky-blue-900: #0F4338;
--sky-blue-950: #092A23;
}