Sky Blue
#6AE2C4
CyanColor Codes
All color formats for development
HEX
#6AE2C4RGB
rgb(106, 226, 196)HSL
hsl(165, 67%, 65%)OKLCH
oklch(0.835 0.117 174.6)CMYK
cmyk(53%, 0%, 13%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4EDCB9
2#33D7AE
3#26C29B
4#21A685
5#1B8A6F
6#166F59
7#105342
8#0B372C
9#051C16
Tints
Lighter variations
1#79E4CA
2#88E7D0
3#97EAD5
4#A6EDDB
5#B4F0E1
6#C3F3E7
7#D2F6ED
8#E1F9F3
9#F0FCF9
Tones
Muted variations
1#70DCC1
2#76D6BE
3#7CD0BB
4#82CAB8
5#88C4B5
6#8EBEB2
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 #E1F9F3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8F4 #C8F4E9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9DEC #9DECD8 | BordersInactive statesPlaceholder text |
| 400 | 6AE2 #6AE2C4 | Disabled statesSecondary iconsMuted text |
| 500 | 3FD9 #3FD9B3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 25BB #25BB96 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D95 #1D9577 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 156A #156A55 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D44 #0D4436 | Primary textHigh emphasis contentDark headings |
| 950 | 082B #082B22 | 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: #C8F4E9;
--sky-blue-300: #9DECD8;
--sky-blue-400: #6AE2C4;
--sky-blue-500: #3FD9B3;
--sky-blue-600: #25BB96;
--sky-blue-700: #1D9577;
--sky-blue-800: #156A55;
--sky-blue-900: #0D4436;
--sky-blue-950: #082B22;
}