Sky Blue
#6BE1C7
CyanColor Codes
All color formats for development
HEX
#6BE1C7RGB
rgb(107, 225, 199)HSL
hsl(167, 66%, 65%)OKLCH
oklch(0.834 0.114 176.9)CMYK
cmyk(52%, 0%, 12%, 12%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4FDBBD
2#34D5B2
3#27C19F
4#22A589
5#1C8A72
6#176E5B
7#115344
8#0B372E
9#061C17
Tints
Lighter variations
1#7AE4CD
2#88E7D2
3#97EAD8
4#A6EDDD
5#B5F0E3
6#C4F3E9
7#D3F6EE
8#E1F9F4
9#F0FCF9
Tones
Muted variations
1#71DBC4
2#77D5C0
3#7DCFBD
4#82C9BA
5#88C3B6
6#8EBDB3
7#94B7B0
8#9AB2AC
9#A0ACA9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F9 #E1F9F4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8F4 #C8F4EA | Secondary backgroundsInput backgroundsDividers |
| 300 | 9EEB #9EEBDA | BordersInactive statesPlaceholder text |
| 400 | 6BE1 #6BE1C7 | Disabled statesSecondary iconsMuted text |
| 500 | 41D8 #41D8B7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 26BA #26BA9A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1E94 #1E947B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 166A #166A58 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E44 #0E4438 | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A23 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2FCFA;
--sky-blue-100: #E1F9F4;
--sky-blue-200: #C8F4EA;
--sky-blue-300: #9EEBDA;
--sky-blue-400: #6BE1C7;
--sky-blue-500: #41D8B7;
--sky-blue-600: #26BA9A;
--sky-blue-700: #1E947B;
--sky-blue-800: #166A58;
--sky-blue-900: #0E4438;
--sky-blue-950: #092A23;
}