Sky Blue
#9EEBCA
GreenColor Codes
All color formats for development
HEX
#9EEBCARGB
rgb(158, 235, 202)HSL
hsl(154, 66%, 77%)OKLCH
oklch(0.881 0.089 165.7)CMYK
cmyk(33%, 0%, 14%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7DE4B8
2#5CDEA6
3#3CD794
4#28C480
5#21A36B
6#1B8255
7#146240
8#0D412B
9#072115
Tints
Lighter variations
1#A7EDCF
2#B1EFD4
3#BBF1DA
4#C5F3DF
5#CEF5E4
6#D8F7EA
7#E2F9EF
8#ECFBF4
9#F5FDFA
Tones
Muted variations
1#A2E7C9
2#A5E3C8
3#A9DFC8
4#ADDCC7
5#B1D8C7
6#B5D4C6
7#B9D0C6
8#BDCCC5
9#C0C8C5
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCF8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F9 #E1F9EF | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8F4 #C8F4E1 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9EEB #9EEBCA | BordersInactive statesPlaceholder text |
| 400 | 6BE1 #6BE1AE | Disabled statesSecondary iconsMuted text |
| 500 | 41D8 #41D896 | Primary brand colorCTAsActive elementsLinks |
| 600 | 26BA #26BA7A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1E94 #1E9461 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 166A #166A45 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E44 #0E442C | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A1C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2FCF8;
--sky-blue-100: #E1F9EF;
--sky-blue-200: #C8F4E1;
--sky-blue-300: #9EEBCA;
--sky-blue-400: #6BE1AE;
--sky-blue-500: #41D896;
--sky-blue-600: #26BA7A;
--sky-blue-700: #1E9461;
--sky-blue-800: #166A45;
--sky-blue-900: #0E442C;
--sky-blue-950: #092A1C;
}