Sky Blue
#6AE2C6
CyanColor Codes
All color formats for development
HEX
#6AE2C6RGB
rgb(106, 226, 198)HSL
hsl(166, 67%, 65%)OKLCH
oklch(0.836 0.116 175.8)CMYK
cmyk(53%, 0%, 12%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4EDCBB
2#33D7B0
3#26C29D
4#21A687
5#1B8A70
6#166F5A
7#105343
8#0B372D
9#051C16
Tints
Lighter variations
1#79E4CB
2#88E7D1
3#97EAD7
4#A6EDDD
5#B4F0E2
6#C3F3E8
7#D2F6EE
8#E1F9F4
9#F0FCF9
Tones
Muted variations
1#70DCC2
2#76D6BF
3#7CD0BC
4#82CAB9
5#88C4B6
6#8EBEB3
7#94B8AF
8#9AB2AC
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 #9DECD9 | BordersInactive statesPlaceholder text |
| 400 | 6AE2 #6AE2C6 | Disabled statesSecondary iconsMuted text |
| 500 | 3FD9 #3FD9B5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 25BB #25BB98 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D95 #1D9579 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 156A #156A57 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D44 #0D4437 | 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: #9DECD9;
--sky-blue-400: #6AE2C6;
--sky-blue-500: #3FD9B5;
--sky-blue-600: #25BB98;
--sky-blue-700: #1D9579;
--sky-blue-800: #156A57;
--sky-blue-900: #0D4437;
--sky-blue-950: #082B23;
}