Sky Blue
#6CE0CA
CyanColor Codes
All color formats for development
HEX
#6CE0CARGB
rgb(108, 224, 202)HSL
hsl(169, 65%, 65%)OKLCH
oklch(0.833 0.111 179.3)CMYK
cmyk(52%, 0%, 10%, 12%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#50DAC1
2#35D4B7
3#29BFA4
4#23A48C
5#1D8975
6#176D5E
7#115246
8#0C372F
9#061B17
Tints
Lighter variations
1#7AE3D0
2#89E6D5
3#98E9DA
4#A7ECDF
5#B5EFE5
6#C4F3EA
7#D3F6EF
8#E2F9F4
9#F0FCFA
Tones
Muted variations
1#72DAC7
2#77D4C3
3#7DCEBF
4#83C9BC
5#89C3B8
6#8FBDB4
7#94B7B1
8#9AB1AD
9#A0ACA9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F9 #E2F9F4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8F3 #C8F3EB | Secondary backgroundsInput backgroundsDividers |
| 300 | 9EEA #9EEADC | BordersInactive statesPlaceholder text |
| 400 | 6CE0 #6CE0CA | Disabled statesSecondary iconsMuted text |
| 500 | 42D7 #42D7BB | Primary brand colorCTAsActive elementsLinks |
| 600 | 27B9 #27B99E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1F93 #1F937E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1669 #16695A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E43 #0E433A | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A24 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2FCFA;
--sky-blue-100: #E2F9F4;
--sky-blue-200: #C8F3EB;
--sky-blue-300: #9EEADC;
--sky-blue-400: #6CE0CA;
--sky-blue-500: #42D7BB;
--sky-blue-600: #27B99E;
--sky-blue-700: #1F937E;
--sky-blue-800: #16695A;
--sky-blue-900: #0E433A;
--sky-blue-950: #092A24;
}