Sky Blue
#6EDEB8
GreenColor Codes
All color formats for development
HEX
#6EDEB8RGB
rgb(110, 222, 184)HSL
hsl(160, 63%, 65%)OKLCH
oklch(0.824 0.117 168.8)CMYK
cmyk(50%, 0%, 17%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#53D8AB
2#37D29E
3#2BBD8C
4#25A278
5#1F8764
6#196C50
7#12513C
8#0C3628
9#061B14
Tints
Lighter variations
1#7CE1C0
2#8BE5C7
3#99E8CE
4#A8EBD5
5#B6EEDC
6#C5F2E3
7#D3F5EA
8#E2F8F1
9#F0FCF8
Tones
Muted variations
1#73D8B7
2#79D3B5
3#7ECDB3
4#84C7B1
5#8AC2AF
6#8FBCAD
7#95B7AB
8#9BB1A9
9#A0ABA8
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F8 #E2F8F1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9F3 #C9F3E5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FE9 #9FE9D1 | BordersInactive statesPlaceholder text |
| 400 | 6EDE #6EDEB8 | Disabled statesSecondary iconsMuted text |
| 500 | 44D5 #44D5A4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2AB7 #2AB788 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2191 #21916C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1868 #18684D | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F43 #0F4331 | 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: #F3FCF9;
--sky-blue-100: #E2F8F1;
--sky-blue-200: #C9F3E5;
--sky-blue-300: #9FE9D1;
--sky-blue-400: #6EDEB8;
--sky-blue-500: #44D5A4;
--sky-blue-600: #2AB788;
--sky-blue-700: #21916C;
--sky-blue-800: #18684D;
--sky-blue-900: #0F4331;
--sky-blue-950: #092A1F;
}