Sky Blue
#6BE1BF
GreenColor Codes
All color formats for development
HEX
#6BE1BFRGB
rgb(107, 225, 191)HSL
hsl(163, 66%, 65%)OKLCH
oklch(0.832 0.118 171.9)CMYK
cmyk(52%, 0%, 15%, 12%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4FDBB3
2#34D5A8
3#27C195
4#22A580
5#1C8A6B
6#176E55
7#115340
8#0B372B
9#061C15
Tints
Lighter variations
1#7AE4C6
2#88E7CC
3#97EAD2
4#A6EDD9
5#B5F0DF
6#C4F3E6
7#D3F6EC
8#E1F9F2
9#F0FCF9
Tones
Muted variations
1#71DBBD
2#77D5BA
3#7DCFB8
4#82C9B5
5#88C3B3
6#8EBDB0
7#94B7AD
8#9AB2AB
9#A0ACA8
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F9 #E1F9F2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8F4 #C8F4E7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9EEB #9EEBD5 | BordersInactive statesPlaceholder text |
| 400 | 6BE1 #6BE1BF | Disabled statesSecondary iconsMuted text |
| 500 | 41D8 #41D8AD | Primary brand colorCTAsActive elementsLinks |
| 600 | 26BA #26BA90 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1E94 #1E9473 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 166A #166A52 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E44 #0E4434 | 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: #F2FCFA;
--sky-blue-100: #E1F9F2;
--sky-blue-200: #C8F4E7;
--sky-blue-300: #9EEBD5;
--sky-blue-400: #6BE1BF;
--sky-blue-500: #41D8AD;
--sky-blue-600: #26BA90;
--sky-blue-700: #1E9473;
--sky-blue-800: #166A52;
--sky-blue-900: #0E4434;
--sky-blue-950: #092A21;
}