Sky Blue
#6EDEC2
CyanColor Codes
All color formats for development
HEX
#6EDEC2RGB
rgb(110, 222, 194)HSL
hsl(165, 63%, 65%)OKLCH
oklch(0.827 0.111 174.9)CMYK
cmyk(50%, 0%, 13%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#53D8B7
2#37D2AB
3#2BBD99
4#25A283
5#1F876D
6#196C57
7#125141
8#0C362C
9#061B16
Tints
Lighter variations
1#7CE1C8
2#8BE5CE
3#99E8D4
4#A8EBDA
5#B6EEE0
6#C5F2E7
7#D3F5ED
8#E2F8F3
9#F0FCF9
Tones
Muted variations
1#73D8BF
2#79D3BC
3#7ECDB9
4#84C7B7
5#8AC2B4
6#8FBCB1
7#95B7AE
8#9BB1AB
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 #C9F3E8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FE9 #9FE9D7 | BordersInactive statesPlaceholder text |
| 400 | 6EDE #6EDEC2 | Disabled statesSecondary iconsMuted text |
| 500 | 44D5 #44D5B0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2AB7 #2AB794 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2191 #219175 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1868 #186854 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F43 #0F4336 | 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: #C9F3E8;
--sky-blue-300: #9FE9D7;
--sky-blue-400: #6EDEC2;
--sky-blue-500: #44D5B0;
--sky-blue-600: #2AB794;
--sky-blue-700: #219175;
--sky-blue-800: #186854;
--sky-blue-900: #0F4336;
--sky-blue-950: #092A22;
}