Sky Blue
#9AEFD5
GreenColor Codes
All color formats for development
HEX
#9AEFD5RGB
rgb(154, 239, 213)HSL
hsl(162, 73%, 77%)OKLCH
oklch(0.891 0.091 172.8)CMYK
cmyk(36%, 0%, 11%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#78EAC8
2#56E5BA
3#34DFAC
4#20CC98
5#1BAA7F
6#158865
7#10664C
8#0B4433
9#052219
Tints
Lighter variations
1#A4F1DA
2#AEF2DE
3#B8F4E2
4#C2F5E6
5#CCF7EA
6#D6F9EE
7#E1FAF3
8#EBFCF7
9#F5FDFB
Tones
Muted variations
1#9EEBD4
2#A2E7D2
3#A6E2D0
4#ABDECF
5#AFDACD
6#B3D5CB
7#B8D1C9
8#BCCDC8
9#C0C9C6
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FA #E0FAF2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6F6 #C6F6E8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9AEF #9AEFD5 | BordersInactive statesPlaceholder text |
| 400 | 65E7 #65E7C0 | Disabled statesSecondary iconsMuted text |
| 500 | 38E0 #38E0AE | Primary brand colorCTAsActive elementsLinks |
| 600 | 1EC2 #1EC291 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 189A #189A73 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 116E #116E52 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B47 #0B4735 | Primary textHigh emphasis contentDark headings |
| 950 | 072C #072C21 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2FDFA;
--sky-blue-100: #E0FAF2;
--sky-blue-200: #C6F6E8;
--sky-blue-300: #9AEFD5;
--sky-blue-400: #65E7C0;
--sky-blue-500: #38E0AE;
--sky-blue-600: #1EC291;
--sky-blue-700: #189A73;
--sky-blue-800: #116E52;
--sky-blue-900: #0B4735;
--sky-blue-950: #072C21;
}