Sky Blue
#6CE0D8
CyanColor Codes
All color formats for development
HEX
#6CE0D8RGB
rgb(108, 224, 216)HSL
hsl(176, 65%, 65%)OKLCH
oklch(0.837 0.106 189.3)CMYK
cmyk(52%, 0%, 4%, 12%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#50DAD1
2#35D4CA
3#29BFB5
4#23A49B
5#1D8982
6#176D68
7#11524E
8#0C3734
9#061B1A
Tints
Lighter variations
1#7AE3DC
2#89E6E0
3#98E9E4
4#A7ECE8
5#B5EFEC
6#C4F3EF
7#D3F6F3
8#E2F9F7
9#F0FCFB
Tones
Muted variations
1#72DAD3
2#77D4CE
3#7DCEC9
4#83C9C4
5#89C3BF
6#8FBDBA
7#94B7B5
8#9AB1B0
9#A0ACAB
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F9 #E2F9F7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8F3 #C8F3F1 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9EEA #9EEAE5 | BordersInactive statesPlaceholder text |
| 400 | 6CE0 #6CE0D8 | Disabled statesSecondary iconsMuted text |
| 500 | 42D7 #42D7CD | Primary brand colorCTAsActive elementsLinks |
| 600 | 27B9 #27B9AF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1F93 #1F938C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1669 #166964 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E43 #0E4340 | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A28 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2FCFC;
--sky-blue-100: #E2F9F7;
--sky-blue-200: #C8F3F1;
--sky-blue-300: #9EEAE5;
--sky-blue-400: #6CE0D8;
--sky-blue-500: #42D7CD;
--sky-blue-600: #27B9AF;
--sky-blue-700: #1F938C;
--sky-blue-800: #166964;
--sky-blue-900: #0E4340;
--sky-blue-950: #092A28;
}