Sky Blue
#6AE2B8
GreenColor Codes
All color formats for development
HEX
#6AE2B8RGB
rgb(106, 226, 184)HSL
hsl(159, 67%, 65%)OKLCH
oklch(0.832 0.125 167.7)CMYK
cmyk(53%, 0%, 19%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4EDCAA
2#33D79D
3#26C28B
4#21A677
5#1B8A64
6#166F50
7#10533C
8#0B3728
9#051C14
Tints
Lighter variations
1#79E4BF
2#88E7C6
3#97EACD
4#A6EDD4
5#B4F0DB
6#C3F3E2
7#D2F6EA
8#E1F9F1
9#F0FCF8
Tones
Muted variations
1#70DCB6
2#76D6B4
3#7CD0B2
4#82CAB1
5#88C4AF
6#8EBEAD
7#94B8AB
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 #C8F4E5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9DEC #9DECD0 | BordersInactive statesPlaceholder text |
| 400 | 6AE2 #6AE2B8 | Disabled statesSecondary iconsMuted text |
| 500 | 3FD9 #3FD9A3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 25BB #25BB87 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D95 #1D956B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 156A #156A4D | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D44 #0D4431 | Primary textHigh emphasis contentDark headings |
| 950 | 082B #082B1F | 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: #C8F4E5;
--sky-blue-300: #9DECD0;
--sky-blue-400: #6AE2B8;
--sky-blue-500: #3FD9A3;
--sky-blue-600: #25BB87;
--sky-blue-700: #1D956B;
--sky-blue-800: #156A4D;
--sky-blue-900: #0D4431;
--sky-blue-950: #082B1F;
}