Sky Blue
#6CE0E0
CyanColor Codes
All color formats for development
HEX
#6CE0E0RGB
rgb(108, 224, 224)HSL
hsl(180, 65%, 65%)OKLCH
oklch(0.84 0.105 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#50DADA
2#35D4D4
3#29BFBF
4#23A4A4
5#1D8989
6#176D6D
7#115252
8#0C3737
9#061B1B
Tints
Lighter variations
1#7AE3E3
2#89E6E6
3#98E9E9
4#A7ECEC
5#B5EFEF
6#C4F3F3
7#D3F6F6
8#E2F9F9
9#F0FCFC
Tones
Muted variations
1#72DADA
2#77D4D4
3#7DCECE
4#83C9C9
5#89C3C3
6#8FBDBD
7#94B7B7
8#9AB1B1
9#A0ACAC
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F9 #E2F9F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8F3 #C8F3F3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9EEA #9EEAEA | BordersInactive statesPlaceholder text |
| 400 | 6CE0 #6CE0E0 | Disabled statesSecondary iconsMuted text |
| 500 | 42D7 #42D7D7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 27B9 #27B9B9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1F93 #1F9393 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1669 #166969 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E43 #0E4343 | 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: #E2F9F9;
--sky-blue-200: #C8F3F3;
--sky-blue-300: #9EEAEA;
--sky-blue-400: #6CE0E0;
--sky-blue-500: #42D7D7;
--sky-blue-600: #27B9B9;
--sky-blue-700: #1F9393;
--sky-blue-800: #166969;
--sky-blue-900: #0E4343;
--sky-blue-950: #092A2A;
}