Sky Blue
#6BE1D1
CyanColor Codes
All color formats for development
HEX
#6BE1D1RGB
rgb(107, 225, 209)HSL
hsl(172, 66%, 65%)OKLCH
oklch(0.837 0.11 183.6)CMYK
cmyk(52%, 0%, 7%, 12%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4FDBC8
2#34D5C0
3#27C1AC
4#22A594
5#1C8A7B
6#176E62
7#11534A
8#0B3731
9#061C19
Tints
Lighter variations
1#7AE4D6
2#88E7DA
3#97EADF
4#A6EDE3
5#B5F0E8
6#C4F3ED
7#D3F6F1
8#E1F9F6
9#F0FCFA
Tones
Muted variations
1#71DBCD
2#77D5C8
3#7DCFC4
4#82C9C0
5#88C3BB
6#8EBDB7
7#94B7B3
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 #C8F4EE | Secondary backgroundsInput backgroundsDividers |
| 300 | 9EEB #9EEBE1 | BordersInactive statesPlaceholder text |
| 400 | 6BE1 #6BE1D1 | Disabled statesSecondary iconsMuted text |
| 500 | 41D8 #41D8C4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 26BA #26BAA7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1E94 #1E9484 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 166A #166A5F | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E44 #0E443D | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A26 | 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: #C8F4EE;
--sky-blue-300: #9EEBE1;
--sky-blue-400: #6BE1D1;
--sky-blue-500: #41D8C4;
--sky-blue-600: #26BAA7;
--sky-blue-700: #1E9484;
--sky-blue-800: #166A5F;
--sky-blue-900: #0E443D;
--sky-blue-950: #092A26;
}