Sky Blue
#6BE1D5
CyanColor Codes
All color formats for development
HEX
#6BE1D5RGB
rgb(107, 225, 213)HSL
hsl(174, 66%, 65%)OKLCH
oklch(0.838 0.108 186.5)CMYK
cmyk(52%, 0%, 5%, 12%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4FDBCD
2#34D5C5
3#27C1B1
4#22A598
5#1C8A7F
6#176E65
7#11534C
8#0B3733
9#061C19
Tints
Lighter variations
1#7AE4D9
2#88E7DD
3#97EAE2
4#A6EDE6
5#B5F0EA
6#C4F3EE
7#D3F6F2
8#E1F9F7
9#F0FCFB
Tones
Muted variations
1#71DBD0
2#77D5CB
3#7DCFC7
4#82C9C2
5#88C3BD
6#8EBDB9
7#94B7B4
8#9AB2AF
9#A0ACAA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F9 #E1F9F7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8F4 #C8F4EF | Secondary backgroundsInput backgroundsDividers |
| 300 | 9EEB #9EEBE3 | BordersInactive statesPlaceholder text |
| 400 | 6BE1 #6BE1D5 | Disabled statesSecondary iconsMuted text |
| 500 | 41D8 #41D8C9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 26BA #26BAAB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1E94 #1E9488 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 166A #166A61 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E44 #0E443E | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A27 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2FCFB;
--sky-blue-100: #E1F9F7;
--sky-blue-200: #C8F4EF;
--sky-blue-300: #9EEBE3;
--sky-blue-400: #6BE1D5;
--sky-blue-500: #41D8C9;
--sky-blue-600: #26BAAB;
--sky-blue-700: #1E9488;
--sky-blue-800: #166A61;
--sky-blue-900: #0E443E;
--sky-blue-950: #092A27;
}