Sky Blue
#6BE1B7
GreenColor Codes
All color formats for development
HEX
#6BE1B7RGB
rgb(107, 225, 183)HSL
hsl(159, 66%, 65%)OKLCH
oklch(0.83 0.124 167.5)CMYK
cmyk(52%, 0%, 19%, 12%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4FDBAA
2#34D59D
3#27C18B
4#22A577
5#1C8A63
6#176E4F
7#11533C
8#0B3728
9#061C14
Tints
Lighter variations
1#7AE4BF
2#88E7C6
3#97EACD
4#A6EDD4
5#B5F0DB
6#C4F3E2
7#D3F6EA
8#E1F9F1
9#F0FCF8
Tones
Muted variations
1#71DBB6
2#77D5B4
3#7DCFB2
4#82C9B0
5#88C3AF
6#8EBDAD
7#94B7AB
8#9AB2A9
9#A0ACA8
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCF9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F9 #E1F9F1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8F4 #C8F4E4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9EEB #9EEBD0 | BordersInactive statesPlaceholder text |
| 400 | 6BE1 #6BE1B7 | Disabled statesSecondary iconsMuted text |
| 500 | 41D8 #41D8A3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 26BA #26BA86 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1E94 #1E946B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 166A #166A4C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E44 #0E4431 | 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: #E1F9F1;
--sky-blue-200: #C8F4E4;
--sky-blue-300: #9EEBD0;
--sky-blue-400: #6BE1B7;
--sky-blue-500: #41D8A3;
--sky-blue-600: #26BA86;
--sky-blue-700: #1E946B;
--sky-blue-800: #166A4C;
--sky-blue-900: #0E4431;
--sky-blue-950: #092A1F;
}