Sky Blue
#6BE1CD
CyanColor Codes
All color formats for development
HEX
#6BE1CDRGB
rgb(107, 225, 205)HSL
hsl(170, 66%, 65%)OKLCH
oklch(0.836 0.111 180.8)CMYK
cmyk(52%, 0%, 9%, 12%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4FDBC4
2#34D5BA
3#27C1A7
4#22A58F
5#1C8A77
6#176E5F
7#115348
8#0B3730
9#061C18
Tints
Lighter variations
1#7AE4D2
2#88E7D7
3#97EADC
4#A6EDE1
5#B5F0E6
6#C4F3EB
7#D3F6F0
8#E1F9F5
9#F0FCFA
Tones
Muted variations
1#71DBC9
2#77D5C5
3#7DCFC1
4#82C9BD
5#88C3B9
6#8EBDB5
7#94B7B2
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 #E1F9F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8F4 #C8F4EC | Secondary backgroundsInput backgroundsDividers |
| 300 | 9EEB #9EEBDE | BordersInactive statesPlaceholder text |
| 400 | 6BE1 #6BE1CD | Disabled statesSecondary iconsMuted text |
| 500 | 41D8 #41D8BF | Primary brand colorCTAsActive elementsLinks |
| 600 | 26BA #26BAA2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1E94 #1E9481 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 166A #166A5C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E44 #0E443B | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A25 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2FCFB;
--sky-blue-100: #E1F9F5;
--sky-blue-200: #C8F4EC;
--sky-blue-300: #9EEBDE;
--sky-blue-400: #6BE1CD;
--sky-blue-500: #41D8BF;
--sky-blue-600: #26BAA2;
--sky-blue-700: #1E9481;
--sky-blue-800: #166A5C;
--sky-blue-900: #0E443B;
--sky-blue-950: #092A25;
}