Sky Blue
#6DDFBF
GreenColor Codes
All color formats for development
HEX
#6DDFBFRGB
rgb(109, 223, 191)HSL
hsl(163, 64%, 65%)OKLCH
oklch(0.828 0.115 172.6)CMYK
cmyk(51%, 0%, 14%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#51D9B3
2#36D3A7
3#2ABE94
4#24A37F
5#1E886A
6#186D55
7#125240
8#0C362A
9#061B15
Tints
Lighter variations
1#7BE2C5
2#8AE5CB
3#99E9D2
4#A7ECD8
5#B6EFDF
6#C4F2E5
7#D3F5EC
8#E2F9F2
9#F0FCF9
Tones
Muted variations
1#72D9BC
2#78D3BA
3#7ECEB7
4#83C8B5
5#89C2B2
6#8FBDB0
7#95B7AD
8#9AB1AB
9#A0ABA8
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCF9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F9 #E2F9F2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9F3 #C9F3E7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FEA #9FEAD5 | BordersInactive statesPlaceholder text |
| 400 | 6DDF #6DDFBF | Disabled statesSecondary iconsMuted text |
| 500 | 43D6 #43D6AC | Primary brand colorCTAsActive elementsLinks |
| 600 | 28B8 #28B88F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2092 #209272 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1769 #176951 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F43 #0F4334 | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A21 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2FCF9;
--sky-blue-100: #E2F9F2;
--sky-blue-200: #C9F3E7;
--sky-blue-300: #9FEAD5;
--sky-blue-400: #6DDFBF;
--sky-blue-500: #43D6AC;
--sky-blue-600: #28B88F;
--sky-blue-700: #209272;
--sky-blue-800: #176951;
--sky-blue-900: #0F4334;
--sky-blue-950: #092A21;
}