Sky Blue
#9EEBD4
GreenColor Codes
All color formats for development
HEX
#9EEBD4RGB
rgb(158, 235, 212)HSL
hsl(162, 66%, 77%)OKLCH
oklch(0.883 0.083 173.6)CMYK
cmyk(33%, 0%, 10%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7DE4C5
2#5CDEB7
3#3CD7A8
4#28C495
5#21A37C
6#1B8263
7#14624A
8#0D4132
9#072119
Tints
Lighter variations
1#A7EDD8
2#B1EFDC
3#BBF1E1
4#C5F3E5
5#CEF5E9
6#D8F7EE
7#E2F9F2
8#ECFBF6
9#F5FDFB
Tones
Muted variations
1#A2E7D2
2#A5E3D1
3#A9DFCF
4#ADDCCE
5#B1D8CC
6#B5D4CB
7#B9D0C9
8#BDCCC7
9#C0C8C6
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;
}