Sky Blue
#6AE2C0
GreenColor Codes
All color formats for development
HEX
#6AE2C0RGB
rgb(106, 226, 192)HSL
hsl(163, 67%, 65%)OKLCH
oklch(0.834 0.12 172.2)CMYK
cmyk(53%, 0%, 15%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4EDCB4
2#33D7A8
3#26C296
4#21A680
5#1B8A6B
6#166F56
7#105340
8#0B372B
9#051C15
Tints
Lighter variations
1#79E4C6
2#88E7CC
3#97EAD3
4#A6EDD9
5#B4F0DF
6#C3F3E6
7#D2F6EC
8#E1F9F2
9#F0FCF9
Tones
Muted variations
1#70DCBD
2#76D6BA
3#7CD0B8
4#82CAB5
5#88C4B3
6#8EBEB0
7#94B8AE
8#9AB2AB
9#A0ACA8
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F9 #E1F9F2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8F4 #C8F4E7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9DEC #9DECD5 | BordersInactive statesPlaceholder text |
| 400 | 6AE2 #6AE2C0 | Disabled statesSecondary iconsMuted text |
| 500 | 3FD9 #3FD9AE | Primary brand colorCTAsActive elementsLinks |
| 600 | 25BB #25BB91 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D95 #1D9573 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 156A #156A52 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D44 #0D4435 | 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: #E1F9F2;
--sky-blue-200: #C8F4E7;
--sky-blue-300: #9DECD5;
--sky-blue-400: #6AE2C0;
--sky-blue-500: #3FD9AE;
--sky-blue-600: #25BB91;
--sky-blue-700: #1D9573;
--sky-blue-800: #156A52;
--sky-blue-900: #0D4435;
--sky-blue-950: #082B21;
}