Sky Blue
#6CE0DE
CyanColor Codes
All color formats for development
HEX
#6CE0DERGB
rgb(108, 224, 222)HSL
hsl(179, 65%, 65%)OKLCH
oklch(0.839 0.105 193.8)CMYK
cmyk(52%, 0%, 1%, 12%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#50DAD8
2#35D4D2
3#29BFBD
4#23A4A2
5#1D8987
6#176D6C
7#115251
8#0C3736
9#061B1B
Tints
Lighter variations
1#7AE3E1
2#89E6E4
3#98E9E8
4#A7ECEB
5#B5EFEE
6#C4F3F2
7#D3F6F5
8#E2F9F8
9#F0FCFC
Tones
Muted variations
1#72DAD8
2#77D4D3
3#7DCECD
4#83C9C7
5#89C3C2
6#8FBDBC
7#94B7B7
8#9AB1B1
9#A0ACAB
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F9 #E2F9F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8F3 #C8F3F3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9EEA #9EEAE9 | BordersInactive statesPlaceholder text |
| 400 | 6CE0 #6CE0DE | Disabled statesSecondary iconsMuted text |
| 500 | 42D7 #42D7D4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 27B9 #27B9B7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1F93 #1F9391 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1669 #166968 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E43 #0E4342 | 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: #E2F9F8;
--sky-blue-200: #C8F3F3;
--sky-blue-300: #9EEAE9;
--sky-blue-400: #6CE0DE;
--sky-blue-500: #42D7D4;
--sky-blue-600: #27B9B7;
--sky-blue-700: #1F9391;
--sky-blue-800: #166968;
--sky-blue-900: #0E4342;
--sky-blue-950: #092A2A;
}