Sky Blue
#6BE1E1
CyanColor Codes
All color formats for development
HEX
#6BE1E1RGB
rgb(107, 225, 225)HSL
hsl(180, 66%, 65%)OKLCH
oklch(0.842 0.106 195.3)CMYK
cmyk(52%, 0%, 0%, 12%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4FDBDB
2#34D5D5
3#27C1C1
4#22A5A5
5#1C8A8A
6#176E6E
7#115353
8#0B3737
9#061C1C
Tints
Lighter variations
1#7AE4E4
2#88E7E7
3#97EAEA
4#A6EDED
5#B5F0F0
6#C4F3F3
7#D3F6F6
8#E1F9F9
9#F0FCFC
Tones
Muted variations
1#71DBDB
2#77D5D5
3#7DCFCF
4#82C9C9
5#88C3C3
6#8EBDBD
7#94B7B7
8#9AB2B2
9#A0ACAC
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F9 #E1F9F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8F4 #C8F4F4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9EEB #9EEBEB | BordersInactive statesPlaceholder text |
| 400 | 6BE1 #6BE1E1 | Disabled statesSecondary iconsMuted text |
| 500 | 41D8 #41D8D8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 26BA #26BABA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1E94 #1E9494 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 166A #166A6A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E44 #0E4444 | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A2A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2FCFC;
--sky-blue-100: #E1F9F9;
--sky-blue-200: #C8F4F4;
--sky-blue-300: #9EEBEB;
--sky-blue-400: #6BE1E1;
--sky-blue-500: #41D8D8;
--sky-blue-600: #26BABA;
--sky-blue-700: #1E9494;
--sky-blue-800: #166A6A;
--sky-blue-900: #0E4444;
--sky-blue-950: #092A2A;
}