Sky Blue
#6EDEC4
CyanColor Codes
All color formats for development
HEX
#6EDEC4RGB
rgb(110, 222, 196)HSL
hsl(166, 63%, 65%)OKLCH
oklch(0.827 0.11 176.2)CMYK
cmyk(50%, 0%, 12%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#53D8B9
2#37D2AE
3#2BBD9B
4#25A285
5#1F876F
6#196C59
7#125142
8#0C362C
9#061B16
Tints
Lighter variations
1#7CE1CA
2#8BE5D0
3#99E8D6
4#A8EBDB
5#B6EEE1
6#C5F2E7
7#D3F5ED
8#E2F8F3
9#F0FCF9
Tones
Muted variations
1#73D8C1
2#79D3BE
3#7ECDBB
4#84C7B8
5#8AC2B5
6#8FBCB2
7#95B7AF
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 #E2F8F3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9F3 #C9F3E9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FE9 #9FE9D8 | BordersInactive statesPlaceholder text |
| 400 | 6EDE #6EDEC4 | Disabled statesSecondary iconsMuted text |
| 500 | 44D5 #44D5B3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2AB7 #2AB796 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2191 #219177 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1868 #186855 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F43 #0F4337 | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A22 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F3FCFA;
--sky-blue-100: #E2F8F3;
--sky-blue-200: #C9F3E9;
--sky-blue-300: #9FE9D8;
--sky-blue-400: #6EDEC4;
--sky-blue-500: #44D5B3;
--sky-blue-600: #2AB796;
--sky-blue-700: #219177;
--sky-blue-800: #186855;
--sky-blue-900: #0F4337;
--sky-blue-950: #092A22;
}