Sky Blue
#6AE2CE
CyanColor Codes
All color formats for development
HEX
#6AE2CERGB
rgb(106, 226, 206)HSL
hsl(170, 67%, 65%)OKLCH
oklch(0.838 0.112 181)CMYK
cmyk(53%, 0%, 9%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4EDCC4
2#33D7BB
3#26C2A8
4#21A690
5#1B8A78
6#166F60
7#105348
8#0B3730
9#051C18
Tints
Lighter variations
1#79E4D3
2#88E7D7
3#97EADC
4#A6EDE1
5#B4F0E6
6#C3F3EB
7#D2F6F0
8#E1F9F5
9#F0FCFA
Tones
Muted variations
1#70DCCA
2#76D6C6
3#7CD0C2
4#82CABE
5#88C4BA
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 #E1F9F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8F4 #C8F4ED | Secondary backgroundsInput backgroundsDividers |
| 300 | 9DEC #9DECDF | BordersInactive statesPlaceholder text |
| 400 | 6AE2 #6AE2CE | Disabled statesSecondary iconsMuted text |
| 500 | 3FD9 #3FD9C0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 25BB #25BBA2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D95 #1D9581 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 156A #156A5C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D44 #0D443B | 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: #E1F9F5;
--sky-blue-200: #C8F4ED;
--sky-blue-300: #9DECDF;
--sky-blue-400: #6AE2CE;
--sky-blue-500: #3FD9C0;
--sky-blue-600: #25BBA2;
--sky-blue-700: #1D9581;
--sky-blue-800: #156A5C;
--sky-blue-900: #0D443B;
--sky-blue-950: #082B25;
}