Sky Blue
#9AEFE1
CyanColor Codes
All color formats for development
HEX
#9AEFE1RGB
rgb(154, 239, 225)HSL
hsl(170, 73%, 77%)OKLCH
oklch(0.894 0.085 182.8)CMYK
cmyk(36%, 0%, 6%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#78EAD7
2#56E5CD
3#34DFC3
4#20CCAF
5#1BAA92
6#158875
7#106658
8#0B443A
9#05221D
Tints
Lighter variations
1#A4F1E4
2#AEF2E7
3#B8F4EA
4#C2F5ED
5#CCF7F0
6#D6F9F3
7#E1FAF6
8#EBFCF9
9#F5FDFC
Tones
Muted variations
1#9EEBDE
2#A2E7DB
3#A6E2D8
4#ABDED5
5#AFDAD3
6#B3D5D0
7#B8D1CD
8#BCCDCA
9#C0C9C7
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FA #E0FAF6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6F6 #C6F6EE | Secondary backgroundsInput backgroundsDividers |
| 300 | 9AEF #9AEFE1 | BordersInactive statesPlaceholder text |
| 400 | 65E7 #65E7D1 | Disabled statesSecondary iconsMuted text |
| 500 | 38E0 #38E0C4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1EC2 #1EC2A7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 189A #189A85 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 116E #116E5F | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B47 #0B473D | Primary textHigh emphasis contentDark headings |
| 950 | 072C #072C26 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2FDFB;
--sky-blue-100: #E0FAF6;
--sky-blue-200: #C6F6EE;
--sky-blue-300: #9AEFE1;
--sky-blue-400: #65E7D1;
--sky-blue-500: #38E0C4;
--sky-blue-600: #1EC2A7;
--sky-blue-700: #189A85;
--sky-blue-800: #116E5F;
--sky-blue-900: #0B473D;
--sky-blue-950: #072C26;
}