Sky Blue
#9AEFD7
GreenColor Codes
All color formats for development
HEX
#9AEFD7RGB
rgb(154, 239, 215)HSL
hsl(163, 73%, 77%)OKLCH
oklch(0.891 0.089 174.4)CMYK
cmyk(36%, 0%, 10%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#78EAC9
2#56E5BC
3#34DFAF
4#20CC9B
5#1BAA81
6#158867
7#10664E
8#0B4434
9#05221A
Tints
Lighter variations
1#A4F1DB
2#AEF2DF
3#B8F4E3
4#C2F5E7
5#CCF7EB
6#D6F9EF
7#E1FAF3
8#EBFCF7
9#F5FDFB
Tones
Muted variations
1#9EEBD5
2#A2E7D3
3#A6E2D1
4#ABDECF
5#AFDACE
6#B3D5CC
7#B8D1CA
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 #E0FAF3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6F6 #C6F6E8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9AEF #9AEFD7 | BordersInactive statesPlaceholder text |
| 400 | 65E7 #65E7C2 | Disabled statesSecondary iconsMuted text |
| 500 | 38E0 #38E0B1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1EC2 #1EC294 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 189A #189A75 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 116E #116E54 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B47 #0B4736 | Primary textHigh emphasis contentDark headings |
| 950 | 072C #072C22 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2FDFA;
--sky-blue-100: #E0FAF3;
--sky-blue-200: #C6F6E8;
--sky-blue-300: #9AEFD7;
--sky-blue-400: #65E7C2;
--sky-blue-500: #38E0B1;
--sky-blue-600: #1EC294;
--sky-blue-700: #189A75;
--sky-blue-800: #116E54;
--sky-blue-900: #0B4736;
--sky-blue-950: #072C22;
}