Sky Blue
#6DDFB9
GreenColor Codes
All color formats for development
HEX
#6DDFB9RGB
rgb(109, 223, 185)HSL
hsl(160, 64%, 65%)OKLCH
oklch(0.826 0.119 169.1)CMYK
cmyk(51%, 0%, 17%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#51D9AC
2#36D39F
3#2ABE8D
4#24A379
5#1E8865
6#186D50
7#12523C
8#0C3628
9#061B14
Tints
Lighter variations
1#7BE2C0
2#8AE5C7
3#99E9CE
4#A7ECD5
5#B6EFDC
6#C4F2E3
7#D3F5EA
8#E2F9F1
9#F0FCF8
Tones
Muted variations
1#72D9B7
2#78D3B5
3#7ECEB3
4#83C8B1
5#89C2AF
6#8FBDAD
7#95B7AB
8#9AB1AA
9#A0ABA8
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCF9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F9 #E2F9F1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9F3 #C9F3E5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FEA #9FEAD1 | BordersInactive statesPlaceholder text |
| 400 | 6DDF #6DDFB9 | Disabled statesSecondary iconsMuted text |
| 500 | 43D6 #43D6A5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 28B8 #28B888 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2092 #20926C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1769 #17694D | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F43 #0F4332 | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A1F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2FCF9;
--sky-blue-100: #E2F9F1;
--sky-blue-200: #C9F3E5;
--sky-blue-300: #9FEAD1;
--sky-blue-400: #6DDFB9;
--sky-blue-500: #43D6A5;
--sky-blue-600: #28B888;
--sky-blue-700: #20926C;
--sky-blue-800: #17694D;
--sky-blue-900: #0F4332;
--sky-blue-950: #092A1F;
}