Sky Blue
#6AE2BA
GreenColor Codes
All color formats for development
HEX
#6AE2BARGB
rgb(106, 226, 186)HSL
hsl(160, 67%, 65%)OKLCH
oklch(0.833 0.124 168.8)CMYK
cmyk(53%, 0%, 18%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4EDCAD
2#33D7A0
3#26C28E
4#21A67A
5#1B8A65
6#166F51
7#10533D
8#0B3729
9#051C14
Tints
Lighter variations
1#79E4C1
2#88E7C8
3#97EACE
4#A6EDD5
5#B4F0DC
6#C3F3E3
7#D2F6EA
8#E1F9F1
9#F0FCF8
Tones
Muted variations
1#70DCB8
2#76D6B6
3#7CD0B4
4#82CAB2
5#88C4B0
6#8EBEAE
7#94B8AC
8#9AB2AA
9#A0ACA8
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCF9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F9 #E1F9F1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8F4 #C8F4E5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9DEC #9DECD1 | BordersInactive statesPlaceholder text |
| 400 | 6AE2 #6AE2BA | Disabled statesSecondary iconsMuted text |
| 500 | 3FD9 #3FD9A6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 25BB #25BB89 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D95 #1D956D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 156A #156A4E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D44 #0D4432 | Primary textHigh emphasis contentDark headings |
| 950 | 082B #082B1F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2FCF9;
--sky-blue-100: #E1F9F1;
--sky-blue-200: #C8F4E5;
--sky-blue-300: #9DECD1;
--sky-blue-400: #6AE2BA;
--sky-blue-500: #3FD9A6;
--sky-blue-600: #25BB89;
--sky-blue-700: #1D956D;
--sky-blue-800: #156A4E;
--sky-blue-900: #0D4432;
--sky-blue-950: #082B1F;
}