Sky Blue
#6DDFBD
GreenColor Codes
All color formats for development
HEX
#6DDFBDRGB
rgb(109, 223, 189)HSL
hsl(162, 64%, 65%)OKLCH
oklch(0.827 0.116 171.4)CMYK
cmyk(51%, 0%, 15%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#51D9B0
2#36D3A4
3#2ABE92
4#24A37D
5#1E8868
6#186D53
7#12523E
8#0C362A
9#061B15
Tints
Lighter variations
1#7BE2C3
2#8AE5CA
3#99E9D1
4#A7ECD7
5#B6EFDE
6#C4F2E4
7#D3F5EB
8#E2F9F2
9#F0FCF8
Tones
Muted variations
1#72D9BA
2#78D3B8
3#7ECEB6
4#83C8B3
5#89C2B1
6#8FBDAF
7#95B7AD
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 #E2F9F2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9F3 #C9F3E6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FEA #9FEAD3 | BordersInactive statesPlaceholder text |
| 400 | 6DDF #6DDFBD | Disabled statesSecondary iconsMuted text |
| 500 | 43D6 #43D6AA | Primary brand colorCTAsActive elementsLinks |
| 600 | 28B8 #28B88D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2092 #209270 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1769 #176950 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F43 #0F4333 | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A20 | 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: #C9F3E6;
--sky-blue-300: #9FEAD3;
--sky-blue-400: #6DDFBD;
--sky-blue-500: #43D6AA;
--sky-blue-600: #28B88D;
--sky-blue-700: #209270;
--sky-blue-800: #176950;
--sky-blue-900: #0F4333;
--sky-blue-950: #092A20;
}