Sky Blue
#6AE2C8
CyanColor Codes
All color formats for development
HEX
#6AE2C8RGB
rgb(106, 226, 200)HSL
hsl(167, 67%, 65%)OKLCH
oklch(0.836 0.115 177.1)CMYK
cmyk(53%, 0%, 12%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4EDCBD
2#33D7B3
3#26C2A0
4#21A689
5#1B8A72
6#166F5B
7#105345
8#0B372E
9#051C17
Tints
Lighter variations
1#79E4CD
2#88E7D3
3#97EAD8
4#A6EDDE
5#B4F0E3
6#C3F3E9
7#D2F6EE
8#E1F9F4
9#F0FCF9
Tones
Muted variations
1#70DCC4
2#76D6C1
3#7CD0BD
4#82CABA
5#88C4B7
6#8EBEB3
7#94B8B0
8#9AB2AD
9#A0ACA9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F9 #E1F9F4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8F4 #C8F4EA | Secondary backgroundsInput backgroundsDividers |
| 300 | 9DEC #9DECDB | BordersInactive statesPlaceholder text |
| 400 | 6AE2 #6AE2C8 | Disabled statesSecondary iconsMuted text |
| 500 | 3FD9 #3FD9B8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 25BB #25BB9B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D95 #1D957B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 156A #156A58 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D44 #0D4438 | Primary textHigh emphasis contentDark headings |
| 950 | 082B #082B23 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2FCFA;
--sky-blue-100: #E1F9F4;
--sky-blue-200: #C8F4EA;
--sky-blue-300: #9DECDB;
--sky-blue-400: #6AE2C8;
--sky-blue-500: #3FD9B8;
--sky-blue-600: #25BB9B;
--sky-blue-700: #1D957B;
--sky-blue-800: #156A58;
--sky-blue-900: #0D4438;
--sky-blue-950: #082B23;
}