Sky Blue
#6AE2DC
CyanColor Codes
All color formats for development
HEX
#6AE2DCRGB
rgb(106, 226, 220)HSL
hsl(177, 67%, 65%)OKLCH
oklch(0.842 0.108 190.9)CMYK
cmyk(53%, 0%, 3%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4EDCD5
2#33D7CE
3#26C2BA
4#21A69F
5#1B8A85
6#166F6A
7#105350
8#0B3735
9#051C1B
Tints
Lighter variations
1#79E4DF
2#88E7E3
3#97EAE6
4#A6EDEA
5#B4F0ED
6#C3F3F1
7#D2F6F4
8#E1F9F8
9#F0FCFB
Tones
Muted variations
1#70DCD6
2#76D6D1
3#7CD0CB
4#82CAC6
5#88C4C1
6#8EBEBB
7#94B8B6
8#9AB2B1
9#A0ACAB
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F9 #E1F9F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8F4 #C8F4F2 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9DEC #9DECE8 | BordersInactive statesPlaceholder text |
| 400 | 6AE2 #6AE2DC | Disabled statesSecondary iconsMuted text |
| 500 | 3FD9 #3FD9D1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 25BB #25BBB4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D95 #1D958F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 156A #156A66 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D44 #0D4441 | Primary textHigh emphasis contentDark headings |
| 950 | 082B #082B29 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2FCFC;
--sky-blue-100: #E1F9F8;
--sky-blue-200: #C8F4F2;
--sky-blue-300: #9DECE8;
--sky-blue-400: #6AE2DC;
--sky-blue-500: #3FD9D1;
--sky-blue-600: #25BBB4;
--sky-blue-700: #1D958F;
--sky-blue-800: #156A66;
--sky-blue-900: #0D4441;
--sky-blue-950: #082B29;
}