Sky Blue
#6CE0D6
CyanColor Codes
All color formats for development
HEX
#6CE0D6RGB
rgb(108, 224, 214)HSL
hsl(175, 65%, 65%)OKLCH
oklch(0.837 0.107 187.8)CMYK
cmyk(52%, 0%, 4%, 12%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#50DACE
2#35D4C7
3#29BFB3
4#23A499
5#1D8980
6#176D66
7#11524D
8#0C3733
9#061B1A
Tints
Lighter variations
1#7AE3DA
2#89E6DE
3#98E9E2
4#A7ECE6
5#B5EFEB
6#C4F3EF
7#D3F6F3
8#E2F9F7
9#F0FCFB
Tones
Muted variations
1#72DAD1
2#77D4CC
3#7DCEC8
4#83C9C3
5#89C3BE
6#8FBDB9
7#94B7B4
8#9AB1AF
9#A0ACAB
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F9 #E2F9F7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8F3 #C8F3F0 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9EEA #9EEAE4 | BordersInactive statesPlaceholder text |
| 400 | 6CE0 #6CE0D6 | Disabled statesSecondary iconsMuted text |
| 500 | 42D7 #42D7CA | Primary brand colorCTAsActive elementsLinks |
| 600 | 27B9 #27B9AD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1F93 #1F938A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1669 #166962 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E43 #0E433F | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A27 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2FCFB;
--sky-blue-100: #E2F9F7;
--sky-blue-200: #C8F3F0;
--sky-blue-300: #9EEAE4;
--sky-blue-400: #6CE0D6;
--sky-blue-500: #42D7CA;
--sky-blue-600: #27B9AD;
--sky-blue-700: #1F938A;
--sky-blue-800: #166962;
--sky-blue-900: #0E433F;
--sky-blue-950: #092A27;
}