Sky Blue
#6EDEC6
CyanColor Codes
All color formats for development
HEX
#6EDEC6RGB
rgb(110, 222, 198)HSL
hsl(167, 63%, 65%)OKLCH
oklch(0.828 0.109 177.6)CMYK
cmyk(50%, 0%, 11%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#53D8BB
2#37D2B0
3#2BBD9D
4#25A287
5#1F8770
6#196C5A
7#125143
8#0C362D
9#061B16
Tints
Lighter variations
1#7CE1CB
2#8BE5D1
3#99E8D7
4#A8EBDD
5#B6EEE2
6#C5F2E8
7#D3F5EE
8#E2F8F4
9#F0FCF9
Tones
Muted variations
1#73D8C2
2#79D3BF
3#7ECDBC
4#84C7B9
5#8AC2B6
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 #E2F8F4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9F3 #C9F3EA | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FE9 #9FE9D9 | BordersInactive statesPlaceholder text |
| 400 | 6EDE #6EDEC6 | Disabled statesSecondary iconsMuted text |
| 500 | 44D5 #44D5B5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2AB7 #2AB798 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2191 #219179 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1868 #186857 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F43 #0F4337 | 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: #9FE9D9;
--sky-blue-400: #6EDEC6;
--sky-blue-500: #44D5B5;
--sky-blue-600: #2AB798;
--sky-blue-700: #219179;
--sky-blue-800: #186857;
--sky-blue-900: #0F4337;
--sky-blue-950: #092A23;
}