Sky Blue
#6AE2D0
CyanColor Codes
All color formats for development
HEX
#6AE2D0RGB
rgb(106, 226, 208)HSL
hsl(171, 67%, 65%)OKLCH
oklch(0.839 0.112 182.4)CMYK
cmyk(53%, 0%, 8%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4EDCC7
2#33D7BE
3#26C2AA
4#21A692
5#1B8A7A
6#166F61
7#105349
8#0B3731
9#051C18
Tints
Lighter variations
1#79E4D4
2#88E7D9
3#97EADE
4#A6EDE3
5#B4F0E7
6#C3F3EC
7#D2F6F1
8#E1F9F6
9#F0FCFA
Tones
Muted variations
1#70DCCB
2#76D6C7
3#7CD0C3
4#82CABF
5#88C4BB
6#8EBEB6
7#94B8B2
8#9AB2AE
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 #C8F4ED | Secondary backgroundsInput backgroundsDividers |
| 300 | 9DEC #9DECE0 | BordersInactive statesPlaceholder text |
| 400 | 6AE2 #6AE2D0 | Disabled statesSecondary iconsMuted text |
| 500 | 3FD9 #3FD9C2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 25BB #25BBA5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D95 #1D9583 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 156A #156A5E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D44 #0D443C | Primary textHigh emphasis contentDark headings |
| 950 | 082B #082B25 | 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: #C8F4ED;
--sky-blue-300: #9DECE0;
--sky-blue-400: #6AE2D0;
--sky-blue-500: #3FD9C2;
--sky-blue-600: #25BBA5;
--sky-blue-700: #1D9583;
--sky-blue-800: #156A5E;
--sky-blue-900: #0D443C;
--sky-blue-950: #082B25;
}