Sky Blue
#6BE1DB
CyanColor Codes
All color formats for development
HEX
#6BE1DBRGB
rgb(107, 225, 219)HSL
hsl(177, 66%, 65%)OKLCH
oklch(0.84 0.107 190.8)CMYK
cmyk(52%, 0%, 3%, 12%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4FDBD4
2#34D5CD
3#27C1B9
4#22A59F
5#1C8A84
6#176E6A
7#11534F
8#0B3735
9#061C1A
Tints
Lighter variations
1#7AE4DE
2#88E7E2
3#97EAE6
4#A6EDE9
5#B5F0ED
6#C4F3F1
7#D3F6F4
8#E1F9F8
9#F0FCFB
Tones
Muted variations
1#71DBD5
2#77D5D0
3#7DCFCB
4#82C9C6
5#88C3C0
6#8EBDBB
7#94B7B6
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 #E1F9F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8F4 #C8F4F2 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9EEB #9EEBE7 | BordersInactive statesPlaceholder text |
| 400 | 6BE1 #6BE1DB | Disabled statesSecondary iconsMuted text |
| 500 | 41D8 #41D8D0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 26BA #26BAB3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1E94 #1E948E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 166A #166A66 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E44 #0E4441 | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A29 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2FCFC;
--sky-blue-100: #E1F9F8;
--sky-blue-200: #C8F4F2;
--sky-blue-300: #9EEBE7;
--sky-blue-400: #6BE1DB;
--sky-blue-500: #41D8D0;
--sky-blue-600: #26BAB3;
--sky-blue-700: #1E948E;
--sky-blue-800: #166A66;
--sky-blue-900: #0E4441;
--sky-blue-950: #092A29;
}