Sky Blue
#6EDEC9
CyanColor Codes
All color formats for development
HEX
#6EDEC9RGB
rgb(110, 222, 201)HSL
hsl(169, 63%, 65%)OKLCH
oklch(0.829 0.108 179.6)CMYK
cmyk(50%, 0%, 9%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#53D8BF
2#37D2B5
3#2BBDA2
4#25A28B
5#1F8774
6#196C5D
7#125146
8#0C362E
9#061B17
Tints
Lighter variations
1#7CE1CF
2#8BE5D4
3#99E8D9
4#A8EBDF
5#B6EEE4
6#C5F2EA
7#D3F5EF
8#E2F8F4
9#F0FCFA
Tones
Muted variations
1#73D8C6
2#79D3C2
3#7ECDBF
4#84C7BB
5#8AC2B8
6#8FBCB4
7#95B7B0
8#9BB1AD
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 #C9F3EB | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FE9 #9FE9DC | BordersInactive statesPlaceholder text |
| 400 | 6EDE #6EDEC9 | Disabled statesSecondary iconsMuted text |
| 500 | 44D5 #44D5BA | Primary brand colorCTAsActive elementsLinks |
| 600 | 2AB7 #2AB79D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2191 #21917D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1868 #186859 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F43 #0F4339 | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A24 | 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: #C9F3EB;
--sky-blue-300: #9FE9DC;
--sky-blue-400: #6EDEC9;
--sky-blue-500: #44D5BA;
--sky-blue-600: #2AB79D;
--sky-blue-700: #21917D;
--sky-blue-800: #186859;
--sky-blue-900: #0F4339;
--sky-blue-950: #092A24;
}