Sky Blue
#6AE2D4
CyanColor Codes
All color formats for development
HEX
#6AE2D4RGB
rgb(106, 226, 212)HSL
hsl(173, 67%, 65%)OKLCH
oklch(0.84 0.11 185.1)CMYK
cmyk(53%, 0%, 6%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4EDCCC
2#33D7C3
3#26C2B0
4#21A697
5#1B8A7D
6#166F64
7#10534B
8#0B3732
9#051C19
Tints
Lighter variations
1#79E4D8
2#88E7DC
3#97EAE1
4#A6EDE5
5#B4F0E9
6#C3F3EE
7#D2F6F2
8#E1F9F6
9#F0FCFB
Tones
Muted variations
1#70DCCF
2#76D6CA
3#7CD0C6
4#82CAC1
5#88C4BD
6#8EBEB8
7#94B8B4
8#9AB2AF
9#A0ACAA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F9 #E1F9F6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8F4 #C8F4EF | Secondary backgroundsInput backgroundsDividers |
| 300 | 9DEC #9DECE2 | BordersInactive statesPlaceholder text |
| 400 | 6AE2 #6AE2D4 | Disabled statesSecondary iconsMuted text |
| 500 | 3FD9 #3FD9C7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 25BB #25BBAA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D95 #1D9587 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 156A #156A60 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D44 #0D443E | Primary textHigh emphasis contentDark headings |
| 950 | 082B #082B27 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2FCFB;
--sky-blue-100: #E1F9F6;
--sky-blue-200: #C8F4EF;
--sky-blue-300: #9DECE2;
--sky-blue-400: #6AE2D4;
--sky-blue-500: #3FD9C7;
--sky-blue-600: #25BBAA;
--sky-blue-700: #1D9587;
--sky-blue-800: #156A60;
--sky-blue-900: #0D443E;
--sky-blue-950: #082B27;
}