Sky Blue
#6CE0D2
CyanColor Codes
All color formats for development
HEX
#6CE0D2RGB
rgb(108, 224, 210)HSL
hsl(173, 65%, 65%)OKLCH
oklch(0.835 0.108 184.9)CMYK
cmyk(52%, 0%, 6%, 12%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#50DACA
2#35D4C2
3#29BFAE
4#23A495
5#1D897C
6#176D63
7#11524B
8#0C3732
9#061B19
Tints
Lighter variations
1#7AE3D7
2#89E6DB
3#98E9E0
4#A7ECE4
5#B5EFE9
6#C4F3ED
7#D3F6F2
8#E2F9F6
9#F0FCFB
Tones
Muted variations
1#72DACE
2#77D4C9
3#7DCEC5
4#83C9C0
5#89C3BC
6#8FBDB8
7#94B7B3
8#9AB1AF
9#A0ACAA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F9 #E2F9F6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8F3 #C8F3EE | Secondary backgroundsInput backgroundsDividers |
| 300 | 9EEA #9EEAE2 | BordersInactive statesPlaceholder text |
| 400 | 6CE0 #6CE0D2 | Disabled statesSecondary iconsMuted text |
| 500 | 42D7 #42D7C5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 27B9 #27B9A8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1F93 #1F9386 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1669 #166960 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E43 #0E433D | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A26 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2FCFB;
--sky-blue-100: #E2F9F6;
--sky-blue-200: #C8F3EE;
--sky-blue-300: #9EEAE2;
--sky-blue-400: #6CE0D2;
--sky-blue-500: #42D7C5;
--sky-blue-600: #27B9A8;
--sky-blue-700: #1F9386;
--sky-blue-800: #166960;
--sky-blue-900: #0E433D;
--sky-blue-950: #092A26;
}