Sky Blue
#6DDFC8
CyanColor Codes
All color formats for development
HEX
#6DDFC8RGB
rgb(109, 223, 200)HSL
hsl(168, 64%, 65%)OKLCH
oklch(0.83 0.11 178.4)CMYK
cmyk(51%, 0%, 10%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#51D9BE
2#36D3B4
3#2ABEA1
4#24A38A
5#1E8873
6#186D5C
7#125245
8#0C362E
9#061B17
Tints
Lighter variations
1#7BE2CE
2#8AE5D3
3#99E9D9
4#A7ECDE
5#B6EFE4
6#C4F2E9
7#D3F5EF
8#E2F9F4
9#F0FCFA
Tones
Muted variations
1#72D9C5
2#78D3C1
3#7ECEBE
4#83C8BA
5#89C2B7
6#8FBDB3
7#95B7B0
8#9AB1AD
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 #C9F3EB | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FEA #9FEADB | BordersInactive statesPlaceholder text |
| 400 | 6DDF #6DDFC8 | Disabled statesSecondary iconsMuted text |
| 500 | 43D6 #43D6B8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 28B8 #28B89B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2092 #20927C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1769 #176958 | 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: #C9F3EB;
--sky-blue-300: #9FEADB;
--sky-blue-400: #6DDFC8;
--sky-blue-500: #43D6B8;
--sky-blue-600: #28B89B;
--sky-blue-700: #20927C;
--sky-blue-800: #176958;
--sky-blue-900: #0F4338;
--sky-blue-950: #092A23;
}