Sky Blue
#6BE1D7
CyanColor Codes
All color formats for development
HEX
#6BE1D7RGB
rgb(107, 225, 215)HSL
hsl(175, 66%, 65%)OKLCH
oklch(0.839 0.108 187.9)CMYK
cmyk(52%, 0%, 4%, 12%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4FDBCF
2#34D5C8
3#27C1B4
4#22A59A
5#1C8A80
6#176E67
7#11534D
8#0B3733
9#061C1A
Tints
Lighter variations
1#7AE4DB
2#88E7DF
3#97EAE3
4#A6EDE7
5#B5F0EB
6#C4F3EF
7#D3F6F3
8#E1F9F7
9#F0FCFB
Tones
Muted variations
1#71DBD2
2#77D5CD
3#7DCFC8
4#82C9C3
5#88C3BE
6#8EBDB9
7#94B7B4
8#9AB2B0
9#A0ACAB
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F9 #E1F9F7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8F4 #C8F4F0 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9EEB #9EEBE5 | BordersInactive statesPlaceholder text |
| 400 | 6BE1 #6BE1D7 | Disabled statesSecondary iconsMuted text |
| 500 | 41D8 #41D8CB | Primary brand colorCTAsActive elementsLinks |
| 600 | 26BA #26BAAE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1E94 #1E948A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 166A #166A63 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E44 #0E443F | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A28 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2FCFC;
--sky-blue-100: #E1F9F7;
--sky-blue-200: #C8F4F0;
--sky-blue-300: #9EEBE5;
--sky-blue-400: #6BE1D7;
--sky-blue-500: #41D8CB;
--sky-blue-600: #26BAAE;
--sky-blue-700: #1E948A;
--sky-blue-800: #166A63;
--sky-blue-900: #0E443F;
--sky-blue-950: #092A28;
}