Sky Blue
#6CDCE0
CyanColor Codes
All color formats for development
HEX
#6CDCE0RGB
rgb(108, 220, 224)HSL
hsl(182, 65%, 65%)OKLCH
oklch(0.831 0.102 198.5)CMYK
cmyk(52%, 2%, 0%, 12%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#50D5DA
2#35CFD4
3#29BABF
4#23A0A4
5#1D8589
6#176B6D
7#115052
8#0C3537
9#061B1B
Tints
Lighter variations
1#7ADFE3
2#89E3E6
3#98E6E9
4#A7EAEC
5#B5EDEF
6#C4F1F3
7#D3F4F6
8#E2F8F9
9#F0FBFC
Tones
Muted variations
1#72D6DA
2#77D1D4
3#7DCCCE
4#83C6C9
5#89C1C3
6#8FBBBD
7#94B6B7
8#9AB1B1
9#A0ABAC
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F8 #E2F8F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8F2 #C8F2F3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9EE8 #9EE8EA | BordersInactive statesPlaceholder text |
| 400 | 6CDC #6CDCE0 | Disabled statesSecondary iconsMuted text |
| 500 | 42D2 #42D2D7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 27B4 #27B4B9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1F8F #1F8F93 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1666 #166669 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E42 #0E4243 | Primary textHigh emphasis contentDark headings |
| 950 | 0929 #09292A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2FCFC;
--sky-blue-100: #E2F8F9;
--sky-blue-200: #C8F2F3;
--sky-blue-300: #9EE8EA;
--sky-blue-400: #6CDCE0;
--sky-blue-500: #42D2D7;
--sky-blue-600: #27B4B9;
--sky-blue-700: #1F8F93;
--sky-blue-800: #166669;
--sky-blue-900: #0E4243;
--sky-blue-950: #09292A;
}