Sky Blue
#6DDFC6
CyanColor Codes
All color formats for development
HEX
#6DDFC6RGB
rgb(109, 223, 198)HSL
hsl(167, 64%, 65%)OKLCH
oklch(0.83 0.111 177.1)CMYK
cmyk(51%, 0%, 11%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#51D9BC
2#36D3B1
3#2ABE9E
4#24A388
5#1E8871
6#186D5A
7#125244
8#0C362D
9#061B17
Tints
Lighter variations
1#7BE2CC
2#8AE5D1
3#99E9D7
4#A7ECDD
5#B6EFE3
6#C4F2E8
7#D3F5EE
8#E2F9F4
9#F0FCF9
Tones
Muted variations
1#72D9C3
2#78D3C0
3#7ECEBC
4#83C8B9
5#89C2B6
6#8FBDB3
7#95B7AF
8#9AB1AC
9#A0ABA9
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 | C9F3 #C9F3EA | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FEA #9FEADA | BordersInactive statesPlaceholder text |
| 400 | 6DDF #6DDFC6 | Disabled statesSecondary iconsMuted text |
| 500 | 43D6 #43D6B6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 28B8 #28B899 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2092 #20927A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1769 #176957 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F43 #0F4338 | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A23 | 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: #C9F3EA;
--sky-blue-300: #9FEADA;
--sky-blue-400: #6DDFC6;
--sky-blue-500: #43D6B6;
--sky-blue-600: #28B899;
--sky-blue-700: #20927A;
--sky-blue-800: #176957;
--sky-blue-900: #0F4338;
--sky-blue-950: #092A23;
}