Sky Blue
#6BE1C1
GreenColor Codes
All color formats for development
HEX
#6BE1C1RGB
rgb(107, 225, 193)HSL
hsl(164, 66%, 65%)OKLCH
oklch(0.832 0.117 173.1)CMYK
cmyk(52%, 0%, 14%, 12%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4FDBB6
2#34D5AA
3#27C198
4#22A582
5#1C8A6C
6#176E57
7#115341
8#0B372B
9#061C16
Tints
Lighter variations
1#7AE4C7
2#88E7CE
3#97EAD4
4#A6EDDA
5#B5F0E0
6#C4F3E6
7#D3F6EC
8#E1F9F3
9#F0FCF9
Tones
Muted variations
1#71DBBE
2#77D5BC
3#7DCFB9
4#82C9B6
5#88C3B3
6#8EBDB1
7#94B7AE
8#9AB2AB
9#A0ACA8
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F9 #E1F9F3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8F4 #C8F4E8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9EEB #9EEBD6 | BordersInactive statesPlaceholder text |
| 400 | 6BE1 #6BE1C1 | Disabled statesSecondary iconsMuted text |
| 500 | 41D8 #41D8B0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 26BA #26BA93 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1E94 #1E9475 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 166A #166A53 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E44 #0E4435 | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A21 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2FCFA;
--sky-blue-100: #E1F9F3;
--sky-blue-200: #C8F4E8;
--sky-blue-300: #9EEBD6;
--sky-blue-400: #6BE1C1;
--sky-blue-500: #41D8B0;
--sky-blue-600: #26BA93;
--sky-blue-700: #1E9475;
--sky-blue-800: #166A53;
--sky-blue-900: #0E4435;
--sky-blue-950: #092A21;
}