Sky Blue
#6BE1BD
GreenColor Codes
All color formats for development
HEX
#6BE1BDRGB
rgb(107, 225, 189)HSL
hsl(162, 66%, 65%)OKLCH
oklch(0.831 0.12 170.8)CMYK
cmyk(52%, 0%, 16%, 12%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4FDBB1
2#34D5A5
3#27C193
4#22A57E
5#1C8A69
6#176E54
7#11533F
8#0B372A
9#061C15
Tints
Lighter variations
1#7AE4C4
2#88E7CA
3#97EAD1
4#A6EDD8
5#B5F0DE
6#C4F3E5
7#D3F6EB
8#E1F9F2
9#F0FCF8
Tones
Muted variations
1#71DBBB
2#77D5B9
3#7DCFB6
4#82C9B4
5#88C3B2
6#8EBDAF
7#94B7AD
8#9AB2AA
9#A0ACA8
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCF9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F9 #E1F9F2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8F4 #C8F4E7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9EEB #9EEBD4 | BordersInactive statesPlaceholder text |
| 400 | 6BE1 #6BE1BD | Disabled statesSecondary iconsMuted text |
| 500 | 41D8 #41D8AB | Primary brand colorCTAsActive elementsLinks |
| 600 | 26BA #26BA8E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1E94 #1E9471 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 166A #166A51 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E44 #0E4434 | 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: #E1F9F2;
--sky-blue-200: #C8F4E7;
--sky-blue-300: #9EEBD4;
--sky-blue-400: #6BE1BD;
--sky-blue-500: #41D8AB;
--sky-blue-600: #26BA8E;
--sky-blue-700: #1E9471;
--sky-blue-800: #166A51;
--sky-blue-900: #0E4434;
--sky-blue-950: #092A20;
}