Sky Blue
#6CE0CE
CyanColor Codes
All color formats for development
HEX
#6CE0CERGB
rgb(108, 224, 206)HSL
hsl(171, 65%, 65%)OKLCH
oklch(0.834 0.109 182.1)CMYK
cmyk(52%, 0%, 8%, 12%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#50DAC5
2#35D4BC
3#29BFA9
4#23A491
5#1D8979
6#176D60
7#115248
8#0C3730
9#061B18
Tints
Lighter variations
1#7AE3D3
2#89E6D8
3#98E9DD
4#A7ECE2
5#B5EFE7
6#C4F3EC
7#D3F6F0
8#E2F9F5
9#F0FCFA
Tones
Muted variations
1#72DACA
2#77D4C6
3#7DCEC2
4#83C9BE
5#89C3BA
6#8FBDB6
7#94B7B2
8#9AB1AE
9#A0ACAA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F9 #E2F9F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8F3 #C8F3ED | Secondary backgroundsInput backgroundsDividers |
| 300 | 9EEA #9EEADF | BordersInactive statesPlaceholder text |
| 400 | 6CE0 #6CE0CE | Disabled statesSecondary iconsMuted text |
| 500 | 42D7 #42D7C0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 27B9 #27B9A3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1F93 #1F9382 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1669 #16695D | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E43 #0E433B | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A25 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2FCFB;
--sky-blue-100: #E2F9F5;
--sky-blue-200: #C8F3ED;
--sky-blue-300: #9EEADF;
--sky-blue-400: #6CE0CE;
--sky-blue-500: #42D7C0;
--sky-blue-600: #27B9A3;
--sky-blue-700: #1F9382;
--sky-blue-800: #16695D;
--sky-blue-900: #0E433B;
--sky-blue-950: #092A25;
}