Sky Blue
#6AE2C2
GreenColor Codes
All color formats for development
HEX
#6AE2C2RGB
rgb(106, 226, 194)HSL
hsl(164, 67%, 65%)OKLCH
oklch(0.835 0.118 173.4)CMYK
cmyk(53%, 0%, 14%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4EDCB6
2#33D7AB
3#26C298
4#21A683
5#1B8A6D
6#166F57
7#105341
8#0B372C
9#051C16
Tints
Lighter variations
1#79E4C8
2#88E7CE
3#97EAD4
4#A6EDDA
5#B4F0E0
6#C3F3E6
7#D2F6ED
8#E1F9F3
9#F0FCF9
Tones
Muted variations
1#70DCBF
2#76D6BC
3#7CD0B9
4#82CAB6
5#88C4B4
6#8EBEB1
7#94B8AE
8#9AB2AB
9#A0ACA9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F9 #E1F9F3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8F4 #C8F4E8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9DEC #9DECD7 | BordersInactive statesPlaceholder text |
| 400 | 6AE2 #6AE2C2 | Disabled statesSecondary iconsMuted text |
| 500 | 3FD9 #3FD9B0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 25BB #25BB93 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D95 #1D9575 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 156A #156A54 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D44 #0D4436 | Primary textHigh emphasis contentDark headings |
| 950 | 082B #082B21 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2FCFA;
--sky-blue-100: #E1F9F3;
--sky-blue-200: #C8F4E8;
--sky-blue-300: #9DECD7;
--sky-blue-400: #6AE2C2;
--sky-blue-500: #3FD9B0;
--sky-blue-600: #25BB93;
--sky-blue-700: #1D9575;
--sky-blue-800: #156A54;
--sky-blue-900: #0D4436;
--sky-blue-950: #082B21;
}